Changeset a453bf in git


Ignore:
Timestamp:
Dec 17, 2012, 2:02:40 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
c7d05f38d44b5e23ae1cbca6a0cca7738a729ab2
Parents:
4880569a037a922b03f2231fda984a5263af7b86
Message:
fix: library path for tests in omalloc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r488056 ra453bf  
    9292omtTest_s_g_CFLAGS  = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    9393omtTest_s_g_LDADD   = libomalloc_g.la
    94 omtTest_s_g_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc -static
     94omtTest_s_g_LDFLAGS = -L${builddir} -static
    9595
    9696omtTest_s_m_CPPFLAGS= ${AM_CPPFLAGS} -DOM_TEST_MALLOC  -DHAVE_CONFIG_H
    9797omtTest_s_m_SOURCES = $(OMTTESTSSOURCES)
    9898omtTest_s_m_LDADD   = libomalloc_g.la
    99 omtTest_s_m_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc -static
     99omtTest_s_m_LDFLAGS = -L${builddir} -static
    100100
    101101omtTest_s_r_SOURCES = $(OMTTESTSSOURCES)
     
    103103omtTest_s_r_CFLAGS  = -O3 ${PIPE}
    104104omtTest_s_r_LDADD   = libomalloc.la
    105 omtTest_s_r_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc -static
     105omtTest_s_r_LDFLAGS = -L${builddir} -static
    106106
    107107
     
    111111omtTest_d_g_CFLAGS  = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    112112omtTest_d_g_LDADD   = libomalloc_g.la
    113 omtTest_d_g_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc
     113omtTest_d_g_LDFLAGS = -L${builddir}
    114114
    115115omtTest_d_m_CPPFLAGS= ${AM_CPPFLAGS} -DOM_TEST_MALLOC  -DHAVE_CONFIG_H
    116116omtTest_d_m_SOURCES = $(OMTTESTSSOURCES)
    117117omtTest_d_m_LDADD   = libomalloc_g.la
    118 omtTest_d_m_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc
     118omtTest_d_m_LDFLAGS = -L${builddir}
    119119
    120120omtTest_d_r_SOURCES = $(OMTTESTSSOURCES)
     
    122122omtTest_d_r_CFLAGS  = -O3 ${PIPE}
    123123omtTest_d_r_LDADD   = libomalloc.la
    124 omtTest_d_r_LDFLAGS = -L${top_builddir}/omalloc -L${top_builddir}/../omalloc
     124omtTest_d_r_LDFLAGS = -L${builddir}
Note: See TracChangeset for help on using the changeset viewer.