diff options
Diffstat (limited to 'kstyles/keramik/Makefile.am')
-rw-r--r-- | kstyles/keramik/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kstyles/keramik/Makefile.am b/kstyles/keramik/Makefile.am index a649c4eb7..39482a8e0 100644 --- a/kstyles/keramik/Makefile.am +++ b/kstyles/keramik/Makefile.am @@ -6,7 +6,7 @@ KDE_CXXFLAGS = -UQT_NO_ASCII_CAST noinst_HEADERS = keramik.h pixmaploader.h keramikimage.h bitmaps.h gradients.h colorutil.h kde_style_LTLIBRARIES = keramik.la keramik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -keramik_la_LIBADD = ../../kdefx/libkdefx.la +keramik_la_LIBADD = ../../kdefx/libkdefx.la $(LIB_QT) $(LIB_XEXT) keramik_la_SOURCES = keramik.cpp pixmaploader.cpp gradients.cpp colorutil.cpp keramik_la_COMPILE_FIRST = keramikrc.h keramik_la_METASOURCES = AUTO |