diff options
Diffstat (limited to 'kbabel/kbabeldict/modules/pocompendium/Makefile.am')
-rw-r--r-- | kbabel/kbabeldict/modules/pocompendium/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/pocompendium/Makefile.am b/kbabel/kbabeldict/modules/pocompendium/Makefile.am index b4fe4974..836d3f3d 100644 --- a/kbabel/kbabeldict/modules/pocompendium/Makefile.am +++ b/kbabel/kbabeldict/modules/pocompendium/Makefile.am @@ -17,7 +17,7 @@ INCLUDES = -I$(srcdir)/../.. -I../../../common -I$(srcdir)/../../../comm kbabeldict_pocompendium_la_SOURCES = pocompendium.cpp preferenceswidget.cpp \ pc_factory.cpp pwidget.ui compendiumdata.cpp -kbabeldict_pocompendium_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_KDEUI) $(LIB_KIO) +kbabeldict_pocompendium_la_LIBADD = ../../libkbabeldictplugin.la ../../../common/libkbabelcommon.la $(LIB_TDEUI) $(LIB_KIO) kbabeldict_pocompendium_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined |