summaryrefslogtreecommitdiffstats
path: root/kwin/killer/Makefile.am
blob: e31c88be6b3ef903ca09718899ceff2144501e30 (plain)
1
2
3
4
5
6
7
8
9
INCLUDES = $(all_includes)

bin_PROGRAMS = kwin_killer_helper

kwin_killer_helper_SOURCES = killer.cpp
kwin_killer_helper_LDADD = $(LIB_KDEUI)
kwin_killer_helper_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor

METASOURCES = AUTO