Ignore:
Timestamp:
Oct 10, 2013, 12:30:34 AM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
69fb2b9df531140ea7a7aa2fb3854b73fd800a4df51434bec7fe9322fca45e898f4552bae3a5afa0
Parents:
6b0790a2c085eb3d0fba7545317c2c74469dd868
Message:
fix: AMLDFLAGS -> AM_LDFLAGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/bigintm/Makefile.am

    r6b0790a reb76e8  
    3737
    3838
    39 AMLDFLAGS       = -release ${PACKAGE_VERSION}
     39AM_LDFLAGS      = -release ${PACKAGE_VERSION}
    4040# -L${top_builddir}/Singular -L${top_builddir}/numeric -L${top_builddir}/kernel \
    4141# -L${top_builddir}/libpolys/polys $(USE_FACTORY) -L${top_builddir}/omalloc -L${top_builddir}/resources
     
    6060
    6161if ENABLE_P_PROCS_DYNAMIC
    62   P_PROCS_MODULE_LDFLAGS = ${AMLDFLAGS} -module -export-dynamic -avoid-version -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup
     62  P_PROCS_MODULE_LDFLAGS = ${AM_LDFLAGS} -module -export-dynamic -avoid-version -flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup
    6363else
    64   P_PROCS_MODULE_LDFLAGS = ${AMLDFLAGS}
     64  P_PROCS_MODULE_LDFLAGS = ${AM_LDFLAGS}
    6565endif
    6666
Note: See TracChangeset for help on using the changeset viewer.