Changeset 13068


Ignore:
Timestamp:
08/16/12 13:48:26 (13 years ago)
Author:
glperez
Message:

BUG: Removed references to avoid-version flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/Makefile.am

    r13057 r13068  
    10491049endif
    10501050
    1051 if VERSION
    1052 AM_LDFLAGS =
    1053 else
    1054 AM_LDFLAGS = -avoid-version
    1055 endif
     1051#if VERSION
     1052#AM_LDFLAGS =
     1053#else
     1054#AM_LDFLAGS = -avoid-version
     1055#endif
    10561056#}}}
    10571057#Overload library, to overload any non-standard symbols. {{{
Note: See TracChangeset for help on using the changeset viewer.