0ef8354c30
svn path=/trunk/kdebase/kwin/; revision=251615
9 lines
222 B
Makefile
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
|