summaryrefslogtreecommitdiffstats
path: root/lib/kopalette/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kopalette/Makefile.am')
-rw-r--r--lib/kopalette/Makefile.am25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/kopalette/Makefile.am b/lib/kopalette/Makefile.am
new file mode 100644
index 000000000..ad9a29e02
--- /dev/null
+++ b/lib/kopalette/Makefile.am
@@ -0,0 +1,25 @@
+# all_includes must remain last!
+INCLUDES = -I$(srcdir) \
+ $(KOFFICECORE_INCLUDES) \
+ $(all_includes)
+
+lib_LTLIBRARIES = libkopalette.la
+
+libkopalette_la_SOURCES = \
+ kopalette.cc \
+ kopalettemanager.cc \
+ kotoolboxpalette.cc \
+ kotabpalette.cc
+
+libkopalette_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
+libkopalette_la_LIBADD = $(LIB_KOFFICECORE)
+
+include_HEADERS = \
+ kopalettemanager.h
+
+noinst_HEADERS = \
+ kopalette.h \
+ kotabpalette.h \
+ kotoolboxpalette.h
+
+METASOURCES = AUTO