aa986329ac
The config/ subdir is not updated, is kept from HEAD. svn path=/trunk/kdebase/kwin/; revision=251624
13 lines
335 B
Makefile
13 lines
335 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) ../../lib/libkwin.la
|
|
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = kdedefault.h
|