kwin/clients/laptop/Makefile.am
Lennart Kudling ebd1de8b7e added this nice code and made _IMPORTANT_ modifications, so that it's
copyrighted by Mosfet and me. :)

svn path=/trunk/kdebase/kwin/; revision=103158
2001-06-20 11:17:03 +00:00

21 lines
414 B
Makefile

INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = libkwinlaptop.la
libkwinlaptop_la_SOURCES = laptopclient.cpp
libkwinlaptop_la_LIBADD = ../../kwin.la
libkwinlaptop_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
METASOURCES = AUTO
noinst_HEADERS = laptopclient.h
lnkdir = $(kde_datadir)/kwin/
lnk_DATA = laptop.desktop
EXTRA_DIST = $(lnk_DATA)
###KMAKE-start (don't edit or delete this block)
###KMAKE-end