You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
474 B
16 lines
474 B
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_TQT) -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)
|