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
14 lines
352 B
Makefile
14 lines
352 B
Makefile
|
|
INCLUDES = -I$(srcdir)/../../lib $(all_includes)
|
|
|
|
SUBDIRS = . config
|
|
|
|
kde_module_LTLIBRARIES = kwin3_default.la
|
|
|
|
kwin3_default_la_SOURCES = kdedefault.cpp
|
|
kwin3_default_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
kwin3_default_la_LIBADD = $(LIB_KDECORE) -lkdefx ../../lib/libkdecorations.la
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = kdedefault.h
|
|
|