Changeset 30220


Ignore:
Timestamp:
2015-09-08T14:24:28+12:00 (9 years ago)
Author:
jmt12
Message:

Altered the makefile template to properly notice a GSDL3HOME environment and alter the path the common-src (needed for the text_t object)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/tdb/trunk/src/txt2tdb-src/Makefile.in

    r23992 r30220  
    2525###########################################################################
    2626
    27 GSDL_DIR = ../../../..
     27ifndef GSDL3HOME
     28  GSDL_DIR = ../../../..
     29else
     30  GSDL_DIR = ${GSDL3HOME}/gs2build
     31endif
    2832COMMON_DIR = $(GSDL_DIR)/common-src
    2933
     
    3640INSTALL = @INSTALL@
    3741LDFLAGS = @LDFLAGS@ -L${GEXTTDBEDIT_INSTALLED}/lib
    38 LIBS = @LIBS@ -ltdb ${GSDLHOME}/common-src/src/lib/gsdllib.a
     42LIBS = @LIBS@ -ltdb ${COMMON_DIR}/src/lib/gsdllib.a
    3943
    4044
Note: See TracChangeset for help on using the changeset viewer.