summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/compat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/libkopete/compat/Makefile.am')
-rw-r--r--kopete/libkopete/compat/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/kopete/libkopete/compat/Makefile.am b/kopete/libkopete/compat/Makefile.am
new file mode 100644
index 00000000..6723bcf5
--- /dev/null
+++ b/kopete/libkopete/compat/Makefile.am
@@ -0,0 +1,8 @@
+METASOURCES = AUTO
+AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes)
+noinst_LTLIBRARIES = libkopetecompat.la
+
+libkopetecompat_la_SOURCES = kpixmapregionselectordialog.cpp kpixmapregionselectorwidget.cpp
+libkopetecompat_la_LDFLAGS = -no-undefined $(all_libraries)
+libkopetecompat_la_LIBADD = $(LIB_KDEUI) $(LIB_KDECORE)
+