diff options
Diffstat (limited to 'kdeprint/lpdunix')
-rw-r--r-- | kdeprint/lpdunix/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/lpdunix/Makefile.am b/kdeprint/lpdunix/Makefile.am index 79d4dce56..89b08d839 100644 --- a/kdeprint/lpdunix/Makefile.am +++ b/kdeprint/lpdunix/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kdeprint_lpdunix.la kdeprint_lpdunix_la_SOURCES = kmlpdunixfactory.cpp kmlpdunixmanager.cpp klpdunixprinterimpl.cpp kmlpdunixuimanager.cpp kdeprint_lpdunix_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -kdeprint_lpdunix_la_LIBADD = $(top_builddir)/kdeprint/management/libkdeprint_management.la +kdeprint_lpdunix_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEPRINT) kdeprint_lpdunix_la_METASOURCES = AUTO noinst_HEADERS = kmlpdunixmanager.h klpdunixprinterimpl.h kmlpdunixuimanager.h |