summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2014-10-17 14:42:07 +0200
committerGravatar Martin Szulecki2014-10-17 14:42:07 +0200
commit53aee2f0599eacda988e3ac58fb5f3264038d453 (patch)
tree564a0c1f3cffac3136ae1749e2a1f57f1f5c01ca
parent85dc61127da17cc3ebc2deb6fb39c009c7cf6ec6 (diff)
downloadusbmuxd-53aee2f0599eacda988e3ac58fb5f3264038d453.tar.gz
usbmuxd-53aee2f0599eacda988e3ac58fb5f3264038d453.tar.bz2
Make sure usbmuxd-proto.h file is added to distribution
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fb342cc..b92eb64 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,7 +11,7 @@ usbmuxd_SOURCES = client.c client.h \
11 device.c device.h \ 11 device.c device.h \
12 preflight.c preflight.h \ 12 preflight.c preflight.h \
13 log.c log.h \ 13 log.c log.h \
14 usb-linux.c usb.h \ 14 usbmuxd-proto.h usb-linux.c usb.h \
15 utils.c utils.h \ 15 utils.c utils.h \
16 conf.c conf.h \ 16 conf.c conf.h \
17 main.c 17 main.c