kwin/killer/Makefile.am
Luboš Luňák 0ef8354c30 Merging back the process killing helper from kwin_iii to HEAD.
svn path=/trunk/kdebase/kwin/; revision=251615
2003-09-16 19:32:34 +00:00

9 lines
222 B
Makefile

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)
METASOURCES = AUTO