diff options
author | Nikias Bassen | 2013-09-17 12:35:29 +0200 |
---|---|---|
committer | Nikias Bassen | 2013-09-17 12:35:29 +0200 |
commit | d0d265c091d989a0e3979533247dd7e48ecfee79 (patch) | |
tree | 0489a34c21c971267daa8cbe0c76e53c4cb8ecc0 /tools | |
parent | 2041ade72025c05d6d1d2f39c948a8442ea7ee61 (diff) | |
download | libusbmuxd-d0d265c091d989a0e3979533247dd7e48ecfee79.tar.gz libusbmuxd-d0d265c091d989a0e3979533247dd7e48ecfee79.tar.bz2 |
fix win32 build
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index d194501..7449401 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = $(GLOBAL_CFLAGS) -I$(top_srcdir)/src +AM_CFLAGS = $(GLOBAL_CFLAGS) -I$(top_srcdir)/src -I$(top_srcdir)/include AM_LDFLAGS = $(libpthread_LIBS) bin_PROGRAMS = iproxy |