laforge
/
openbts-osmo
Archived
1
0
Fork 0

build: Fix Transceiver/Makefile.am to use AM_CXXFLAGS instead of CXX_FLAGS

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-07-14 21:52:43 +02:00
parent 50006e364d
commit 1a861cad9b
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
include $(top_srcdir)/Makefile.common
AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(USRP_CFLAGS)
CXXFLAGS = -Wall -O3 -g -pthread
AM_CXXFLAGS = -Wall -O3 -g -pthread
rev2dir = $(datadir)/usrp/rev2
rev4dir = $(datadir)/usrp/rev4