From dad42352f4ad47d34caf50040367dc2a95772baa Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 18 Aug 2013 10:14:48 -0500 Subject: Rename KStyle to TDEStyle to avoid conflicts with KDE4. --- tdestyles/klegacy/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tdestyles/klegacy/Makefile.am (limited to 'tdestyles/klegacy/Makefile.am') diff --git a/tdestyles/klegacy/Makefile.am b/tdestyles/klegacy/Makefile.am new file mode 100644 index 000000000..9bdee9267 --- /dev/null +++ b/tdestyles/klegacy/Makefile.am @@ -0,0 +1,8 @@ +INCLUDES= $(all_includes) + +noinst_HEADERS = klegacystyle.h +lib_LTLIBRARIES = klegacystyle.la +klegacystyle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined +klegacystyle_la_LIBADD = $(LIB_TDECORE) +klegacystyle_la_SOURCES = klegacystyle.cpp plugin.cpp +klegacystyle_la_METASOURCES = AUTO -- cgit v1.2.1