b464518b3c
svn+ssh://coolo@svn.kde.org/home/kde/branches/work/kde4/kdebase . I couldn't resolve one kicker conflict that results from different development directions, so I rely on Aaron to sort it out - the file is commited with conflicts svn path=/trunk/KDE/kdebase/kwin/; revision=439627
19 lines
429 B
Makefile
19 lines
429 B
Makefile
|
|
INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
|
|
SUBDIRS = config
|
|
|
|
kde_module_LTLIBRARIES = kwin3_modernsys.la
|
|
|
|
kwin3_modernsys_la_SOURCES = modernsys.cpp
|
|
kwin3_modernsys_la_LIBADD = ../../lib/libkdecorations.la -lkdefx
|
|
kwin3_modernsys_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = modernsys.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin/
|
|
lnk_DATA = modernsystem.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|