diff options
Diffstat (limited to 'kshutdownlockout')
-rw-r--r-- | kshutdownlockout/Makefile.am | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/kshutdownlockout/Makefile.am b/kshutdownlockout/Makefile.am deleted file mode 100644 index 2c821f3..0000000 --- a/kshutdownlockout/Makefile.am +++ /dev/null @@ -1,15 +0,0 @@ -INCLUDES = $(all_includes) -METASOURCES = AUTO - -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_TDESYCOCA) - -noinst_HEADERS = lockout.h - -lnkdir = $(kde_datadir)/kicker/applets -lnk_DATA = kshutdownlockout.desktop - -EXTRA_DIST = $(lnk_DATA) |