diff options
Diffstat (limited to 'charselectapplet/Makefile.am')
-rw-r--r-- | charselectapplet/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/charselectapplet/Makefile.am b/charselectapplet/Makefile.am new file mode 100644 index 0000000..49a70a2 --- /dev/null +++ b/charselectapplet/Makefile.am @@ -0,0 +1,19 @@ +INCLUDES = $(all_includes) + +kde_module_LTLIBRARIES = kcharselect_panelapplet.la + +kcharselect_panelapplet_la_SOURCES = charselectapplet.cpp + +METASOURCES = AUTO +noinst_HEADERS = charselectapplet.h + +lnkdir = $(kde_datadir)/kicker/applets +lnk_DATA = kcharselectapplet.desktop + +EXTRA_DIST = $(lnk_DATA) + +kcharselect_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +kcharselect_panelapplet_la_LIBADD = $(LIB_KDEUI) + +messages: + $(XGETTEXT) *.cpp *.h -o $(podir)/kcharselectapplet.pot |