Changeset 10151


Ignore:
Timestamp:
2005-06-22T11:39:35+12:00 (19 years ago)
Author:
kjdon
Message:

link against the expat .a library not the .so library - otherwise it won't be able to find the library on systems that don't have expat installed.

File:
1 edited

Legend:

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

    r9296 r10151  
    4646# need this for linking against recpt/infodbclass.o etc
    4747GDBM_LIBS=@GDBM_LIBPATH@ -lgdbm
    48 LIBS = $(GDBM_LIBS) @LIBS@ -L../../packages/expat/lib/ -lexpat
     48LIBS = $(GDBM_LIBS) @LIBS@ ../../packages/expat/lib/libexpat.a
    4949
    5050
Note: See TracChangeset for help on using the changeset viewer.