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/timeshifter | |
parent | 5b699253f80ef9335bec29e33b1a10346c2dfb97 (diff) | |
download | tderadio-1f012b11767fcc94871e3e79db230a056fd65dec.tar.gz tderadio-1f012b11767fcc94871e3e79db230a056fd65dec.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'plugins/timeshifter')
-rw-r--r-- | plugins/timeshifter/Makefile.am | 18 | ||||
-rw-r--r-- | plugins/timeshifter/icons/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/timeshifter/po/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/timeshifter/po/tderadio-timeshifter/Makefile.am | 3 |
4 files changed, 0 insertions, 24 deletions
diff --git a/plugins/timeshifter/Makefile.am b/plugins/timeshifter/Makefile.am deleted file mode 100644 index 38d99cb..0000000 --- a/plugins/timeshifter/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -SUBDIRS = po icons . - -INCLUDES = $(all_includes) -METASOURCES = AUTO - -libtderadio_LTLIBRARIES = libtimeshifter.la -libtimeshifter_la_SOURCES = timeshifter.cpp timeshifter-configuration-ui.ui \ - timeshifter-configuration.cpp -libtimeshifter_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries) - -noinst_HEADERS = timeshifter.h timeshifter-configuration.h - -#messages: rc.cpp -# $(XGETTEXT) *.cpp *.h -o po/tderadio-timeshifter.pot - -messages: rc.cpp - $(EXTRACTRC) *.rc *.ui >> rc.cpp - $(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-timeshifter.pot diff --git a/plugins/timeshifter/icons/Makefile.am b/plugins/timeshifter/icons/Makefile.am deleted file mode 100644 index 974b96b..0000000 --- a/plugins/timeshifter/icons/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -icons_ICON = AUTO -iconsdir = $(datadir)/icons diff --git a/plugins/timeshifter/po/Makefile.am b/plugins/timeshifter/po/Makefile.am deleted file mode 100644 index ef48e55..0000000 --- a/plugins/timeshifter/po/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = tderadio-timeshifter diff --git a/plugins/timeshifter/po/tderadio-timeshifter/Makefile.am b/plugins/timeshifter/po/tderadio-timeshifter/Makefile.am deleted file mode 100644 index 0df80ff..0000000 --- a/plugins/timeshifter/po/tderadio-timeshifter/Makefile.am +++ /dev/null @@ -1,3 +0,0 @@ - -PACKAGE = tderadio-timeshifter -POFILES = AUTO |