diff options
author | Nikias Bassen | 2013-12-13 04:35:44 +0100 |
---|---|---|
committer | Nikias Bassen | 2013-12-13 04:35:44 +0100 |
commit | c168c3c7746e51fef4ec748a3982553833bb0c4e (patch) | |
tree | 927567acde881f84bdd3b40caf7dd095952423ad /src/Makefile.am | |
parent | 3537f78a98111b88aab5e2d94dda340cf09be5af (diff) | |
download | usbmuxd-c168c3c7746e51fef4ec748a3982553833bb0c4e.tar.gz usbmuxd-c168c3c7746e51fef4ec748a3982553833bb0c4e.tar.bz2 |
add support for reading and writing config and pair record files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 883f1d8..38858c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,6 +9,7 @@ usbmuxd_SOURCES = client.c client.h \ log.c log.h \ usb-linux.c usb.h \ utils.c utils.h \ + conf.c conf.h \ main.c usbmuxd_CFLAGS = $(AM_CFLAGS) usbmuxd_LDFLAGS = $(AM_LDFLAGS) |