blob: bfcf992bc948864ac37ad657d23b65dd332a40f8 (
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
tdestylewebdata_DATA = web.themerc
tdestylewebdatadir = $(kde_datadir)/tdestyle/themes
EXTRA_DIST = $(tdestylewebdata_DATA)
|