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
20 lines
649 B
Makefile
20 lines
649 B
Makefile
INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
|
|
SUBDIRS = . config
|
|
|
|
kde_module_LTLIBRARIES = kwin3_keramik.la
|
|
|
|
kwin3_keramik_la_SOURCES = keramik.cpp tiles.qrc
|
|
kwin3_keramik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin3_keramik_la_LIBADD = $(LIB_KDEUI) ../../lib/libkdecorations.la
|
|
#kwin3_keramik_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS)
|
|
|
|
METASOURCES = AUTO
|
|
noinst_headers = keramik.h
|
|
|
|
lnkdir = $(kde_datadir)/kwin
|
|
lnk_DATA = keramik.desktop
|
|
|
|
EXTRA_DIST = $(lnk_DATA)
|
|
|
|
|