mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
synced 2025-10-23 00:11:59 +00:00
tests: LMSDeviceTest: fix CPPFLAGS vs CXXFLAGS
* AM_CPPFLAGS is for preprocessor flags like '-I' or '-D', * AM_CXXFLAGS is for C++ compiler flags like '-Wall'. Change-Id: I82fc1eb6796f5289f0feff7bee5264bfacd6e733
This commit is contained in:
@@ -33,5 +33,5 @@ LMSDeviceTest_LDADD = \
|
|||||||
$(COMMON_LA) \
|
$(COMMON_LA) \
|
||||||
$(LMS_LIBS) \
|
$(LMS_LIBS) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
LMSDeviceTest_CPPFLAGS = $(AM_CPPFLAGS) $(LMS_CFLAGS)
|
LMSDeviceTest_CXXFLAGS = $(AM_CFLAGS) $(LMS_CFLAGS)
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user