summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-09-23 11:48:47 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-09-23 11:48:47 +0200
commitc3303370cc51818748d766ee19049e69d9e6b996 (patch)
treebe378ad0b4f3707ed6fd155fe9f5635acfee8544 /src/Makefile.am
parent061c169d277db5611a9d3ea8351f0d4d0d613b0a (diff)
downloadcmumble-c3303370cc51818748d766ee19049e69d9e6b996.tar.gz
cmumble-c3303370cc51818748d766ee19049e69d9e6b996.tar.bz2
cmumble-c3303370cc51818748d766ee19049e69d9e6b996.zip
Move recv/send_msg declarations to messages.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ef92bee..bd88993 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = cmumble
-noinst_HEADERS = cmumble.h varint.h io.h connection.h
+noinst_HEADERS = cmumble.h messages.h varint.h io.h connection.h
nodist_noinst_HEADERS = mumble.pb-c.h message_list.h
cmumble_SOURCES = cmumble.c messages.c varint.c io.c connection.c