|
From: Jeremy F. <je...@go...> - 2005-03-01 01:17:02
|
CVS commit by fitzhardinge:
Put vg_intercept.o into the right product.
M +1 -2 Makefile.am 1.110
--- valgrind/coregrind/Makefile.am #1.109:1.110
@@ -56,5 +56,4 @@
vg_hashtable.c \
vg_instrument.c \
- vg_intercept.c \
vg_main.c \
vg_malloc2.c \
@@ -127,5 +126,5 @@
$(PERL) $(srcdir)/gen_toolint.pl struct < $(srcdir)/toolfuncs.def >> $@ || rm -f $@
-vg_inject_so_SOURCES =
+vg_inject_so_SOURCES = vg_intercept.c
vg_inject_so_CFLAGS = $(AM_CFLAGS) -fpic
vg_inject_so_LDADD = -ldl
|