Changeset 10946


Ignore:
Timestamp:
2005-11-25T11:17:37+13:00 (18 years ago)
Author:
jrm21
Message:

add library path for libexpat rather than hard-coding the path during linking
so that we can link against a system one instead if the bundled one isn't
there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/Makefile.in

    r10706 r10946  
    8282MINCLUDES = -I. -I../../lib -I../colservr -I../mgpp/text $(MICO_INC)
    8383
    84 LC_LIBS     = ../../packages/expat/lib/libexpat.a
     84LC_LIBS     = -L ../../packages/expat/lib -lexpat
    8585LC_OBJECTS  = \
    8686    ../colservr/lucenesearch.o   \
Note: See TracChangeset for help on using the changeset viewer.