summaryrefslogtreecommitdiff
path: root/salut/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'salut/Makefile.am')
-rw-r--r--salut/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/salut/Makefile.am b/salut/Makefile.am
new file mode 100644
index 00000000..ca46c477
--- /dev/null
+++ b/salut/Makefile.am
@@ -0,0 +1,10 @@
+if ENABLE_PLUGIN_API
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = telepathy-salut.pc
+
+salutincludedir = $(includedir)/telepathy-salut-0/salut
+salutinclude_HEADERS = \
+ plugin.h \
+ protocol.h
+
+endif