From 7f408ad635a5e2a7829db68c19e51a295d55b9d1 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sun, 10 Mar 2024 17:53:54 +0200 Subject: Imported from Pling --- style/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 style/Makefile.am (limited to 'style/Makefile.am') diff --git a/style/Makefile.am b/style/Makefile.am new file mode 100755 index 0000000..47292a3 --- /dev/null +++ b/style/Makefile.am @@ -0,0 +1,21 @@ +AUTOMAKE_OPTIONS = foreign + +SUBDIRS = config + +KDE_CXXFLAGS = -DQT_PLUGIN + +METASOURCES = AUTO + +INCLUDES = $(all_includes) + +stylercdir = $(kde_datadir)/kstyle/themes +stylerc_DATA = polyester.themerc + +EXTRA_DIST = $(stylerc_DATA) + +noinst_HEADERS = polyester.h misc.h + +kde_style_LTLIBRARIES = polyester.la +polyester_la_SOURCES = polyester.cpp misc.cpp +polyester_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module +polyester_la_LIBADD = -lkdefx -- cgit v1.2.1