Show
Ignore:
Timestamp:
07/28/07 18:47:03 (5 years ago)
Author:
dsmith <dsmith@…>
git-author:
L. Donnie Smith <donnie.smith@gatech.edu> / 2007-07-28T18:47:03Z+0000
Parents:
1c06490e971a413d37373d5eb89a236149e61a94
Children:
d087284c9fe3be67c74edd495b443683ce4ce6af
git-committer:
dsmith <dsmith@918edb2d-ff29-0410-9de2-eb38e7f22bc7> / 2007-07-28T18:47:03Z+0000
Message:

Added config.h header and with-python configure option

git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@137 918edb2d-ff29-0410-9de2-eb38e7f22bc7

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • defs.mak.in

    r49e0132 r8dfafdd  
    2121LEX = @LEX@ 
    2222YACC = @YACC@ 
     23PYTHON = @PYTHON@ 
    2324 
    2425COMMON = @abs_top_builddir@/common 
     
    3334DEBUGFLAGS = -g 
    3435WARNFLAGS = -Wall -W 
    35 CFLAGS = $(DEBUGFLAGS) $(WARNFLAGS) 
     36CFLAGS = $(DEBUGFLAGS) $(WARNFLAGS) @DEFS@ -I$(COMMON)/include