diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 17:25:34 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 17:25:34 -0600 |
commit | 48906a623383ab5222541ae048e99dd039b62a9a (patch) | |
tree | 1c5f588e90899bb1301f79cf97b8f6ddc0b1c367 /kradio3/plugins/timecontrol/Makefile.am | |
parent | a1e6ce502c334194d31a0b78b11b77e9532da64b (diff) | |
download | tderadio-48906a623383ab5222541ae048e99dd039b62a9a.tar.gz tderadio-48906a623383ab5222541ae048e99dd039b62a9a.zip |
Fix FTBFS
Diffstat (limited to 'kradio3/plugins/timecontrol/Makefile.am')
-rw-r--r-- | kradio3/plugins/timecontrol/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kradio3/plugins/timecontrol/Makefile.am b/kradio3/plugins/timecontrol/Makefile.am deleted file mode 100644 index 0ac954f..0000000 --- a/kradio3/plugins/timecontrol/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -SUBDIRS = po icons . - -INCLUDES = $(all_includes) -METASOURCES = AUTO - -libkradio_LTLIBRARIES = libtimecontrol.la -libtimecontrol_la_SOURCES = timecontrol-configuration.cpp \ - timecontrol-configuration-ui.ui timecontrol.cpp -libtimecontrol_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries) -noinst_HEADERS = timecontrol-configuration.h timecontrol.h - -#messages: rc.cpp -# $(XGETTEXT) *.cpp *.h -o po/kradio-timecontrol.pot - -messages: rc.cpp - $(EXTRACTRC) *.rc *.ui >> rc.cpp - $(XGETTEXT) rc.cpp *.h *.cpp -o po/kradio-timecontrol.pot |