diff options
Diffstat (limited to 'kstyles/asteroid/Makefile.am')
-rw-r--r-- | kstyles/asteroid/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kstyles/asteroid/Makefile.am b/kstyles/asteroid/Makefile.am new file mode 100644 index 000000000..5ce2bf321 --- /dev/null +++ b/kstyles/asteroid/Makefile.am @@ -0,0 +1,18 @@ +# Yaaay poorly-documented hackish magical software! +# (re: autoconf and automake and friends, +# not my own software, of course) -clee + +AM_CPPFLAGS = -DQT_PLUGIN +METASOURCES = AUTO + +INCLUDES = $(all_includes) + +noinst_HEADERS = asteroid.h +kde_style_LTLIBRARIES = asteroid.la + +asteroid_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +asteroid_la_LIBADD = -lkdefx +asteroid_la_SOURCES = asteroid.cpp + +themercdir = $(kde_datadir)/kstyle/themes +themerc_DATA = asteroid.themerc |