diff options
Diffstat (limited to 'charselectapplet/Makefile.am')
-rw-r--r-- | charselectapplet/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/charselectapplet/Makefile.am b/charselectapplet/Makefile.am index 49a70a2..bd73d0b 100644 --- a/charselectapplet/Makefile.am +++ b/charselectapplet/Makefile.am @@ -13,7 +13,7 @@ lnk_DATA = kcharselectapplet.desktop EXTRA_DIST = $(lnk_DATA) kcharselect_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -kcharselect_panelapplet_la_LIBADD = $(LIB_KDEUI) +kcharselect_panelapplet_la_LIBADD = $(LIB_TDEUI) messages: $(XGETTEXT) *.cpp *.h -o $(podir)/kcharselectapplet.pot |