diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-05 16:26:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-05 16:26:07 +0900 |
| commit | 1f012b11767fcc94871e3e79db230a056fd65dec (patch) | |
| tree | 45a4946a06a51b5730f47d6f2d211edb79c1bb76 /plugins/timecontrol/Makefile.am | |
| parent | 5b699253f80ef9335bec29e33b1a10346c2dfb97 (diff) | |
| download | tderadio-1f012b11.tar.gz tderadio-1f012b11.zip | |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/timecontrol/Makefile.am')
| -rw-r--r-- | plugins/timecontrol/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/timecontrol/Makefile.am b/plugins/timecontrol/Makefile.am deleted file mode 100644 index edcda42..0000000 --- a/plugins/timecontrol/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -SUBDIRS = po icons . - -INCLUDES = $(all_includes) -METASOURCES = AUTO - -libtderadio_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/tderadio-timecontrol.pot - -messages: rc.cpp - $(EXTRACTRC) *.rc *.ui >> rc.cpp - $(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-timecontrol.pot |
