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.
23 lines
506 B
23 lines
506 B
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = config
|
|
|
|
KDE_CXXFLAGS = -DQT_PLUGIN
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
stylercdir = $(kde_datadir)/kstyle/themes
|
|
stylerc_DATA = plastik.themerc
|
|
|
|
EXTRA_DIST = $(stylerc_DATA)
|
|
|
|
noinst_HEADERS = plastik.h misc.h
|
|
|
|
kde_style_LTLIBRARIES = plastik.la
|
|
plastik_la_SOURCES = plastik.cpp misc.cpp
|
|
plastik_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
|
|
plastik_la_LIBADD = ../../tdefx/libtdefx.la $(LIB_QT)
|
|
plastik_la_METASOURCES = AUTO
|
|
|
|
DISTCLEANFILES = $(plastik_la_METASOURCES)
|