diff options
Diffstat (limited to 'styles/phase2/Makefile.am')
-rw-r--r-- | styles/phase2/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/styles/phase2/Makefile.am b/styles/phase2/Makefile.am new file mode 100644 index 00000000..f6d420e4 --- /dev/null +++ b/styles/phase2/Makefile.am @@ -0,0 +1,22 @@ +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = config + +KDE_CXXFLAGS = -DQT_PLUGIN + +INCLUDES = $(all_includes) + +styledir = $(kde_datadir)/tdestyle/themes +style_DATA = phase2.themerc + +EXTRA_DIST = $(style_DATA) + +noinst_HEADERS = phase2style.h bitmaps.h shapes.h arrows.h + +kde_style_LTLIBRARIES = phase2style.la +phase2style_la_SOURCES = phase2style.cpp +phase2style_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx +phase2style_la_LIBADD = -ltdefx -ltdecore +phase2style_la_METASOURCES = AUTO + +DISTCLEANFILES = $(phase2style_la_METASOURCES) |