diff options
author | Martin Szulecki | 2014-10-17 14:42:07 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-17 14:42:07 +0200 |
commit | 53aee2f0599eacda988e3ac58fb5f3264038d453 (patch) | |
tree | 564a0c1f3cffac3136ae1749e2a1f57f1f5c01ca /src | |
parent | 85dc61127da17cc3ebc2deb6fb39c009c7cf6ec6 (diff) | |
download | usbmuxd-53aee2f0599eacda988e3ac58fb5f3264038d453.tar.gz usbmuxd-53aee2f0599eacda988e3ac58fb5f3264038d453.tar.bz2 |
Make sure usbmuxd-proto.h file is added to distribution
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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 \ device.c device.h \ preflight.c preflight.h \ log.c log.h \ - usb-linux.c usb.h \ + usbmuxd-proto.h usb-linux.c usb.h \ utils.c utils.h \ conf.c conf.h \ main.c |