Ignore:
Timestamp:
2009-06-22T13:52:35+12:00 (15 years ago)
Author:
kjdon
Message:

making common-src compile independently of gsdl or gs2build (for gs3) so modified makefiles to look for things in common-src dir rather than one level up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/common-src/src/getpw/Makefile.in

    r16615 r19875  
    3131DEFS = @DEFS@
    3232GSDLOS = @gsdlos@
    33 INCLUDES = -I$(GSDL_DIR) -I$(COMMON_DIR)/src/lib
     33INCLUDES = -I$(COMMON_DIR) -I$(COMMON_DIR)/src/lib
    3434INSTALL = @INSTALL@
    3535LDFLAGS = @LDFLAGS@ @COMPAT32BITFLAGS@
Note: See TracChangeset for help on using the changeset viewer.