diff options
| author | 2013-12-13 04:35:44 +0100 | |
|---|---|---|
| committer | 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 \ | |||
| 9 | log.c log.h \ | 9 | log.c log.h \ |
| 10 | usb-linux.c usb.h \ | 10 | usb-linux.c usb.h \ |
| 11 | utils.c utils.h \ | 11 | utils.c utils.h \ |
| 12 | conf.c conf.h \ | ||
| 12 | main.c | 13 | main.c |
| 13 | usbmuxd_CFLAGS = $(AM_CFLAGS) | 14 | usbmuxd_CFLAGS = $(AM_CFLAGS) |
| 14 | usbmuxd_LDFLAGS = $(AM_LDFLAGS) | 15 | usbmuxd_LDFLAGS = $(AM_LDFLAGS) |
