diff options
Diffstat (limited to 'kwin/clients/kwmtheme/cli_installer/Makefile.am')
-rw-r--r-- | kwin/clients/kwmtheme/cli_installer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/clients/kwmtheme/cli_installer/Makefile.am b/kwin/clients/kwmtheme/cli_installer/Makefile.am index feb31c424..89b661780 100644 --- a/kwin/clients/kwmtheme/cli_installer/Makefile.am +++ b/kwin/clients/kwmtheme/cli_installer/Makefile.am @@ -10,7 +10,7 @@ bin_PROGRAMS = kwmtheme kwmtheme_SOURCES = main.cpp # the library search path. -kwmtheme_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kwmtheme_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # the libraries to link against. Be aware of the order. First the libraries, # that depend on the following ones. |