Add required include directory for new header organization

This commit is contained in:
Johnathan Corgan 2009-10-01 12:47:24 -07:00
parent 026203de61
commit 56a14554d3
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@
include $(top_srcdir)/Makefile.common
common_INCLUDES = $(USRP_INCLUDES)
common_INCLUDES = $(USRP_INCLUDES) -I$(USB_INCLUDEDIR)
lib_LTLIBRARIES = libusrp.la

View File

@ -25,6 +25,7 @@ AM_CPPFLAGS = \
$(USRP_INCLUDES) \
$(PYTHON_CPPFLAGS) \
-I$(srcdir) \
-I$(USB_INCLUDEDIR) \
$(WITH_INCLUDES)
#################################