kwin/clients/kwmtheme/Makefile.am
Daniel M. Duley 1ca2104e79 Whoops, shouldn't of committed this yet - it's still part of my vast "new
stuff that doesn't work" codebase ;-)

svn path=/trunk/kdebase/kwin/; revision=47625
2000-04-27 11:32:57 +00:00

21 lines
413 B
Makefile

SUBDIRS=
INCLUDES = $(all_includes)
lib_LTLIBRARIES = libkwinkwmtheme.la
libkwinkwmtheme_la_SOURCES = kwmthemeclient.cpp
METASOURCES = AUTO
noinst_HEADERS = kwmthemeclient.h
lnkdir = $(kde_datadir)/kwin/
lnk_DATA = kwmtheme.desktop
EXTRA_DIST = $(lnk_DATA)
libkwinkwmtheme_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -module -rdynamic
###KMAKE-start (don't edit or delete this block)
###KMAKE-end