diff options
Diffstat (limited to 'kdeprint/ext')
-rw-r--r-- | kdeprint/ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/ext/Makefile.am b/kdeprint/ext/Makefile.am index a280e1451..1cb50d9fb 100644 --- a/kdeprint/ext/Makefile.am +++ b/kdeprint/ext/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kdeprint_ext.la kdeprint_ext_la_SOURCES = kmextfactory.cpp kmextmanager.cpp kextprinterimpl.cpp kmextuimanager.cpp kdeprint_ext_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_ext_la_LIBADD = $(top_builddir)/kdeprint/libkdeprint.la +kdeprint_ext_la_LIBADD = $(LIB_KDEPRINT) $(LIB_QT) $(LIB_KDECORE) kdeprint_ext_la_METASOURCES = AUTO noinst_HEADERS = kmextmanager.h kextprinterimpl.h kmextuimanager.h |