summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2012-03-15 19:55:56 +0200
committerOlli Salli <olli.salli@collabora.co.uk>2012-03-15 22:03:11 +0200
commita9023d868ebda36a2dc7e1c6da7f25f9d458a169 (patch)
tree8284baac1fa0e2c5581269747b5cd314f3664993 /src/Makefile.am
parentfb72f2501a61a1b2721ee157d6d0db74e487f92a (diff)
downloadtelepathy-salut-a9023d868ebda36a2dc7e1c6da7f25f9d458a169.tar.gz
Remove protocol.h from the plugin API
We can't include anything in it in the plugin support library, so it's fairly useless there. Plugins have an opportunity to create custom protocols by using the function pointer given to them in the initialize() function.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 58d64b29..f72caed9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -77,9 +77,9 @@ CORE_SOURCES = \
tubes-channel.c \
util.h \
util.c \
- protocol.c \
- $(top_srcdir)/salut/protocol.h \
- plugin-loader.c \
+ protocol.c \
+ protocol.h \
+ plugin-loader.c \
plugin-loader.h
AVAHI_BACKEND_SOURCES = \