5781bbadac
takes over maintenance and there are several additions and changes from Melchior Franz anyway svn path=/trunk/kdebase/kwin/; revision=103041
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# $Id$
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
SUBDIRS = config
|
|
|
|
kde_module_LTLIBRARIES = libkwinmodernsys.la
|
|
|
|
libkwinmodernsys_la_SOURCES = modernsys.cpp
|
|
libkwinmodernsys_la_LIBADD = ../../kwin.la
|
|
libkwinmodernsys_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = modernsys.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
lnk_DATA = modernsystem.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|