diff options
author | Michele Calgaro <[email protected]> | 2022-11-05 16:26:07 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-11-05 16:26:07 +0900 |
commit | 1f012b11767fcc94871e3e79db230a056fd65dec (patch) | |
tree | 45a4946a06a51b5730f47d6f2d211edb79c1bb76 /plugins/gui-quickbar | |
parent | 5b699253f80ef9335bec29e33b1a10346c2dfb97 (diff) | |
download | tderadio-1f012b11767fcc94871e3e79db230a056fd65dec.tar.gz tderadio-1f012b11767fcc94871e3e79db230a056fd65dec.zip |
Drop automake build support.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'plugins/gui-quickbar')
-rw-r--r-- | plugins/gui-quickbar/Makefile.am | 18 | ||||
-rw-r--r-- | plugins/gui-quickbar/po/Makefile.am | 1 | ||||
-rw-r--r-- | plugins/gui-quickbar/po/tderadio-gui-quickbar/Makefile.am | 2 |
3 files changed, 0 insertions, 21 deletions
diff --git a/plugins/gui-quickbar/Makefile.am b/plugins/gui-quickbar/Makefile.am deleted file mode 100644 index c43d957..0000000 --- a/plugins/gui-quickbar/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -SUBDIRS = po . - -INCLUDES = -I$(top_builddir)/src $(all_includes) -METASOURCES = AUTO - -libtderadio_LTLIBRARIES = libquickbar.la -libquickbar_la_SOURCES = buttonflowlayout.cpp quickbar.cpp \ - quickbar-configuration.cpp -libquickbar_la_LDFLAGS = -module -avoid-version $(KDE_RPATH) $(all_libraries) - -noinst_HEADERS = buttonflowlayout.h quickbar-configuration.h quickbar.h - -#messages: rc.cpp -# $(XGETTEXT) *.cpp *.h -o po/tderadio-gui-quickbar.pot - -messages: rc.cpp - $(EXTRACTRC) *.rc *.ui >> rc.cpp - $(XGETTEXT) rc.cpp *.h *.cpp -o po/tderadio-gui-quickbar.pot diff --git a/plugins/gui-quickbar/po/Makefile.am b/plugins/gui-quickbar/po/Makefile.am deleted file mode 100644 index a225e32..0000000 --- a/plugins/gui-quickbar/po/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = tderadio-gui-quickbar diff --git a/plugins/gui-quickbar/po/tderadio-gui-quickbar/Makefile.am b/plugins/gui-quickbar/po/tderadio-gui-quickbar/Makefile.am deleted file mode 100644 index 1d1d306..0000000 --- a/plugins/gui-quickbar/po/tderadio-gui-quickbar/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -PACKAGE = tderadio-gui-quickbar -POFILES = AUTO |