Ignore:
Timestamp:
15/04/09 15:37:08 (3 years ago)
Author:
Freddie Akeroyd
Message:

Fixes for static library build on mac.

Refs #163.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/applications/nxingest/Makefile.am

    r989 r1239  
    1212   nxingest_parse.h nxingest_time.h nxingest_utils.h 
    1313nxingest_LDADD = $(LIBNEXUS) 
    14 nxingest_LDFLAGS = -static $(XML_LDFLAGS) $(LDFLAGS) 
     14nxingest_LDFLAGS = -static $(HDF4_LDFLAGS) $(HDF5_LDFLAGS) $(XML_LDFLAGS) $(LDFLAGS) 
    1515 
    1616EXTRA_DIST=nxingest.txt gpl.txt 
Note: See TracChangeset for help on using the changeset viewer.