aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb/Makefile.am')
-rw-r--r--src/usb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb/Makefile.am b/src/usb/Makefile.am
index c8e557b8..b097aa75 100644
--- a/src/usb/Makefile.am
+++ b/src/usb/Makefile.am
@@ -3,7 +3,7 @@
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
LIBVERSION=0:1:0
-AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -fPIC -Wall $(LIBUSB_CFLAGS) $(TALLOC_CFLAGS)
AM_LDFLAGS = $(COVERAGE_LDFLAGS)