blob: 4047973e1d948ec9f354895433be1b4109b67bd7 (
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_TDEUI)
webstyle_la_SOURCES = webstyle.cpp plugin.cpp
noinst_HEADERS = webstyle.h
kstylewebdata_DATA = web.themerc
kstylewebdatadir = $(kde_datadir)/kstyle/themes
EXTRA_DIST = $(kstylewebdata_DATA)
|