You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
393 B
11 lines
393 B
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)
|