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/NXdir/Makefile.am

    r491 r1239  
    3636                nxdir.h nxdir_help.h 
    3737nxdir_LDADD = $(LIBNEXUS) 
    38 nxdir_LDFLAGS = -static $(LDFLAGS) 
     38nxdir_LDFLAGS = -static @HDF4_LDFLAGS@ @HDF5_LDFLAGS@ @XML_LDFLAGS@ $(LDFLAGS) 
    3939EXTRA_DIST = CHANGES LICENSE README TODO 
    4040 
Note: See TracChangeset for help on using the changeset viewer.