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
401 B
11 lines
401 B
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)
|