blob: daa26a19d34884e6095cec14e33eb7b9da6c53fe (
plain)
1
2
3
4
5
6
7
8
9
10
|
INCLUDES = $(all_includes)
lib_LTLIBRARIES = webstyle.la
webstyle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
webstyle_la_LIBADD = $(LIB_KDEUI)
webstyle_la_SOURCES = webstyle.cpp plugin.cpp
noinst_HEADERS = webstyle.h
kstylewebdata_DATA = web.themerc
kstylewebdatadir = $(kde_datadir)/kstyle/themes
EXTRA_DIST = $(kstylewebdata_DATA)
|