diff options
Diffstat (limited to 'kshutdownlockout/Makefile.am')
-rw-r--r-- | kshutdownlockout/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kshutdownlockout/Makefile.am b/kshutdownlockout/Makefile.am index b66ac8c..2c821f3 100644 --- a/kshutdownlockout/Makefile.am +++ b/kshutdownlockout/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kshutdownlockout_panelapplet.la kshutdownlockout_panelapplet_la_SOURCES = lockout.cpp kshutdownlockout_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_QT) -lDCOP $(all_libraries) -kshutdownlockout_panelapplet_la_LIBADD = $(LIB_KSYCOCA) +kshutdownlockout_panelapplet_la_LIBADD = $(LIB_TDESYCOCA) noinst_HEADERS = lockout.h |