commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8954 - in usrp2/branches/features/host-ng/host-ng: ap


From: jcorgan
Subject: [Commit-gnuradio] r8954 - in usrp2/branches/features/host-ng/host-ng: apps lib
Date: Sun, 20 Jul 2008 12:01:34 -0600 (MDT)

Author: jcorgan
Date: 2008-07-20 12:01:33 -0600 (Sun, 20 Jul 2008)
New Revision: 8954

Modified:
   usrp2/branches/features/host-ng/host-ng/apps/Makefile.am
   usrp2/branches/features/host-ng/host-ng/lib/Makefile.am
Log:
Fix to work with non-standard prefixes.

Modified: usrp2/branches/features/host-ng/host-ng/apps/Makefile.am
===================================================================
--- usrp2/branches/features/host-ng/host-ng/apps/Makefile.am    2008-07-20 
17:37:53 UTC (rev 8953)
+++ usrp2/branches/features/host-ng/host-ng/apps/Makefile.am    2008-07-20 
18:01:33 UTC (rev 8954)
@@ -18,7 +18,7 @@
 include $(top_srcdir)/Makefile.common
 
 AM_CPPFLAGS = -Wall -Werror
-INCLUDES = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_INCLUDES)
+INCLUDES = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_INCLUDES) $(GRUEL_CFLAGS)
 
 LDADD = \
        ../lib/libusrp2ng.la \

Modified: usrp2/branches/features/host-ng/host-ng/lib/Makefile.am
===================================================================
--- usrp2/branches/features/host-ng/host-ng/lib/Makefile.am     2008-07-20 
17:37:53 UTC (rev 8953)
+++ usrp2/branches/features/host-ng/host-ng/lib/Makefile.am     2008-07-20 
18:01:33 UTC (rev 8954)
@@ -18,7 +18,7 @@
 include $(top_srcdir)/Makefile.common
 
 AM_CPPFLAGS = -Wall -Werror
-INCLUDES = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_INCLUDES)
+INCLUDES = $(STD_DEFINES_AND_INCLUDES) $(CPPUNIT_INCLUDES) $(GRUEL_CFLAGS)
 
 lib_LTLIBRARIES = \
        libusrp2ng.la





reply via email to

[Prev in Thread] Current Thread [Next in Thread]