Changeset eb76e8 in git for kernel/Makefile.am


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

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    r6b0790a reb76e8  
    9090endif
    9191
    92 AMLDFLAGS = -L${top_builddir}/kernel -L${top_builddir}/libpolys/polys -L${top_builddir}/libpolys/coeffs -L${top_builddir}/libpolys/reporter  -L${top_builddir}/libpolys/misc $(USE_FACTORY) -L${top_builddir}/omalloc -L${top_builddir}/resources
     92AM_LDFLAGS = -L${top_builddir}/kernel -L${top_builddir}/libpolys/polys -L${top_builddir}/libpolys/coeffs -L${top_builddir}/libpolys/reporter  -L${top_builddir}/libpolys/misc $(USE_FACTORY) -L${top_builddir}/omalloc -L${top_builddir}/resources
    9393
    9494
     
    121121test_s_r_CPPFLAGS = ${AM_CPPFLAGS}
    122122
    123 test_s_r_LDFLAGS = -static ${AMLDFLAGS}
    124 # test_s_g_LDFLAGS = -static ${AMLDFLAGS}
     123test_s_r_LDFLAGS = -static ${AM_LDFLAGS}
     124# test_s_g_LDFLAGS = -static ${AM_LDFLAGS}
    125125
    126126
     
    141141test_d_r_CPPFLAGS = ${AM_CPPFLAGS}
    142142
    143 test_d_r_LDFLAGS = ${AMLDFLAGS}
    144 # test_d_g_LDFLAGS = ${AMLDFLAGS}
     143test_d_r_LDFLAGS = ${AM_LDFLAGS}
     144# test_d_g_LDFLAGS = ${AM_LDFLAGS}
    145145
    146146# These files are built first
Note: See TracChangeset for help on using the changeset viewer.