diff options
Diffstat (limited to 'tdestyles/plastik/Makefile.am')
-rw-r--r-- | tdestyles/plastik/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tdestyles/plastik/Makefile.am b/tdestyles/plastik/Makefile.am new file mode 100644 index 000000000..2d228dd07 --- /dev/null +++ b/tdestyles/plastik/Makefile.am @@ -0,0 +1,22 @@ +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = config + +KDE_CXXFLAGS = -DQT_PLUGIN + +INCLUDES = $(all_includes) + +stylercdir = $(kde_datadir)/tdestyle/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) |