Changeset eb76e8 in git for kernel/Makefile.am
- Timestamp:
- Oct 10, 2013, 12:30:34 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 69fb2b9df531140ea7a7aa2fb3854b73fd800a4df51434bec7fe9322fca45e898f4552bae3a5afa0
- Parents:
- 6b0790a2c085eb3d0fba7545317c2c74469dd868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.am
r6b0790a reb76e8 90 90 endif 91 91 92 AM 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}/resources92 AM_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 93 93 94 94 … … 121 121 test_s_r_CPPFLAGS = ${AM_CPPFLAGS} 122 122 123 test_s_r_LDFLAGS = -static ${AM LDFLAGS}124 # test_s_g_LDFLAGS = -static ${AM LDFLAGS}123 test_s_r_LDFLAGS = -static ${AM_LDFLAGS} 124 # test_s_g_LDFLAGS = -static ${AM_LDFLAGS} 125 125 126 126 … … 141 141 test_d_r_CPPFLAGS = ${AM_CPPFLAGS} 142 142 143 test_d_r_LDFLAGS = ${AM LDFLAGS}144 # test_d_g_LDFLAGS = ${AM LDFLAGS}143 test_d_r_LDFLAGS = ${AM_LDFLAGS} 144 # test_d_g_LDFLAGS = ${AM_LDFLAGS} 145 145 146 146 # These files are built first
Note: See TracChangeset
for help on using the changeset viewer.