summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2012-03-09 17:09:20 +0200
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2012-03-09 17:20:46 +0200
commit707bf14a43bf41739f1fd126c301a4a1c88b7a37 (patch)
tree10d898c6051309d8a37ff5cbb435377474597eb0
parent520016c06c3c7440c925bde233842deafce76208 (diff)
Delist the internal headers from installed headers
Reviewed-By: Simon McVittie
-rw-r--r--wocky/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/wocky/Makefile.am b/wocky/Makefile.am
index 8d3440e..603519e 100644
--- a/wocky/Makefile.am
+++ b/wocky/Makefile.am
@@ -67,9 +67,7 @@ handwritten_headers = \
wocky-contact-factory.h \
wocky-data-form.h \
wocky-debug.h \
- wocky-debug-internal.h \
wocky-disco-identity.h \
- wocky-heartbeat-source.h \
wocky-jabber-auth.h \
wocky-jabber-auth-digest.h \
wocky-jabber-auth-password.h \
@@ -80,7 +78,6 @@ handwritten_headers = \
wocky-muc.h \
wocky-namespaces.h \
wocky-node.h \
- wocky-node-private.h \
wocky-node-tree.h \
wocky-pep-service.h \
wocky-ping.h \
@@ -88,7 +85,6 @@ handwritten_headers = \
wocky-pubsub-helpers.h \
wocky-pubsub-node.h \
wocky-pubsub-node-protected.h \
- wocky-pubsub-node-internal.h \
wocky-pubsub-service.h \
wocky-pubsub-service-protected.h \
wocky-resource-contact.h \
@@ -125,8 +121,10 @@ handwritten_sources = \
wocky-contact-factory.c \
wocky-data-form.c \
wocky-debug.c \
+ wocky-debug-internal.h \
wocky-disco-identity.c \
wocky-heartbeat-source.c \
+ wocky-heartbeat-source.h \
wocky-jabber-auth.c \
wocky-jabber-auth-digest.c \
wocky-jabber-auth-password.c \
@@ -136,12 +134,14 @@ handwritten_sources = \
wocky-meta-porter.c \
wocky-muc.c \
wocky-node.c \
+ wocky-node-private.h \
wocky-node-tree.c \
wocky-pep-service.c \
wocky-ping.c \
wocky-porter.c \
wocky-pubsub-helpers.c \
wocky-pubsub-node.c \
+ wocky-pubsub-node-internal.h \
wocky-pubsub-service.c \
wocky-resource-contact.c \
wocky-roster.c \