diff options
Diffstat (limited to 'tdestyles/asteroid/Makefile.am')
-rw-r--r-- | tdestyles/asteroid/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tdestyles/asteroid/Makefile.am b/tdestyles/asteroid/Makefile.am new file mode 100644 index 000000000..4a23a37a4 --- /dev/null +++ b/tdestyles/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 = -ltdefx -ltdeutils +asteroid_la_SOURCES = asteroid.cpp + +themercdir = $(kde_datadir)/tdestyle/themes +themerc_DATA = asteroid.themerc |