Show
Ignore:
Timestamp:
03/02/2006 10:48:58 PM (6 years ago)
Author:
powell
Message:

Fixes for new PETSc 2.3.0, illuminator 0.10.0.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/matml/src/castabox/makefile

    r189 r230  
    99 
    1010castabox: castabox.c 
    11         $(CC) $^ -o $@ $(PETSC_DM_LIB) -lluminate $(PETSC_INCLUDE) \ 
    12           -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include #-DDEBUG 
     11        $(CC) $^ -o $@ $(PETSC_DM_LIB_BASIC) -lluminate $(PETSC_INCLUDE) \ 
     12          `pkg-config --cflags gtk+-2.0` #-DDEBUG 
    1313 
    1414clean: