diff options
Diffstat (limited to 'kstyles/web')
-rw-r--r-- | kstyles/web/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/web/Makefile.am b/kstyles/web/Makefile.am index daa26a19d..4047973e1 100644 --- a/kstyles/web/Makefile.am +++ b/kstyles/web/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = $(all_includes) lib_LTLIBRARIES = webstyle.la webstyle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -webstyle_la_LIBADD = $(LIB_KDEUI) +webstyle_la_LIBADD = $(LIB_TDEUI) webstyle_la_SOURCES = webstyle.cpp plugin.cpp noinst_HEADERS = webstyle.h |