OSDN Git Service

fix build option handling.
authorornse01 <ornse01@users.sourceforge.jp>
Wed, 2 May 2012 10:03:00 +0000 (10:03 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Wed, 2 May 2012 10:03:00 +0000 (10:03 +0000)
git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanl/trunk@464 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/Makefile.test

index 8635fae..f20414e 100644 (file)
@@ -55,7 +55,8 @@ ifneq ($(mode), debug)
   CFLAGS += -Wall
 endif
 
-CFLAGS += $(BUILDOPTIONS) -DBCHANL_CONFIG_DEBUG
+BUILDOPTIONS += -DBCHANL_CONFIG_DEBUG -DBCHAN_CONFIG_DEBUG -DBCHANF_CONFIG_DEBUG
+CFLAGS += $(BUILDOPTIONS)
 
 LOADLIBES += -limg