Changeset 10123


Ignore:
Timestamp:
10/06/11 09:06:36 (13 years ago)
Author:
utke
Message:

binary specifc lib list but may be there is a better way to do this in the Makefile.am .. ?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/ad/Makefile.am

    r10122 r10123  
    615615
    616616#Standard libraries
    617 LDADD =      ./libpISSM.a ./libOverload.a
    618 
     617LDADD =      ./libOverload.a
     618issm_exe_LDADD = ./libpISSM.a $(LDADD)
    619619if ADIC2
    620 LDADD +=    ./libAD.a ./libpISSMRose.a
     620issmRose_exe_LDADD = ./libpISSMRose.a $(LDADD)
    621621endif
    622622
Note: See TracChangeset for help on using the changeset viewer.