diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-29 14:40:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-08-29 17:42:30 +0900 |
| commit | 171bba15a85339862f84d5e1f336373a6fd0d1f5 (patch) | |
| tree | 3d2ee6e15fa24d05d93918766e76328b778f8b3e /src | |
| parent | 4629443a2ad6e5f5470119bb89704f82e100103c (diff) | |
| download | tastymenu-171bba15.tar.gz tastymenu-171bba15.zip | |
Drop automake build support.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9745a2b423ce03fb59ce229728113c316262a84f)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 4c292d1..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,29 +0,0 @@ -INCLUDES= $(all_includes) -METASOURCES = AUTO - -kde_module_LTLIBRARIES = tastymenu_panelapplet.la - -tastymenu_panelapplet_la_SOURCES = tastymenu.cpp menu.ui menuhandler.cpp \ - dmctl.cpp dmctl.h tastylistview.cpp misc.cpp misc.h appearance.ui prefs.kcfgc \ - behaviour.ui tastytooltip.cpp tastytooltipwidget.ui tastybutton.cpp -tastymenu_panelapplet_la_LDFLAGS = -version-info 0:0:0 -module $(KDE_PLUGIN) $(all_libraries) -tastymenu_panelapplet_la_LIBADD = $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -ltdefx -lXau - -tastymenu_DATA = tastymenu.desktop -tastymenudir = $(kde_datadir)/kicker/applets -kde_kcfg_DATA = tastymenu.kcfg - -EXTRA_DIST = pics - -menuhandler.lo: buttons.h - -buttons.h: pics/attach.png pics/detach.png - $(UIC) -o $@ -embed buttons $^ - -CLEAN_FILES = buttons.h - -messages: rc.cpp - $(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/tastymenu.pot -noinst_HEADERS = menuhandler.h tastylistview.h tastytooltip.h buttons.h \ - tastybutton.h |
