diff options
Diffstat (limited to 'kommander/plugin/Makefile.am')
-rw-r--r-- | kommander/plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kommander/plugin/Makefile.am b/kommander/plugin/Makefile.am index be1bb9f4..1979b46c 100644 --- a/kommander/plugin/Makefile.am +++ b/kommander/plugin/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/kommander/widget $(all_includes) libkommanderplugin_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined # the libraries to link against. -libkommanderplugin_la_LIBADD = $(LIB_KDEUI) $(LIB_QT) +libkommanderplugin_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) libkommanderplugin_la_SOURCES = kommanderplugin.cpp specialinformation.cpp |