mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 19:54:18 +00:00
- previous Cachegrind rearrangement broke "make distcheck"; this commit fixed it again. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2699
9 lines
154 B
Makefile
9 lines
154 B
Makefile
include $(top_srcdir)/Makefile.tool-flags.am
|
|
|
|
AM_CPPFLAGS += -I$(top_srcdir)/cachegrind
|
|
|
|
noinst_LIBRARIES = libcgarch.a
|
|
|
|
libcgarch_a_SOURCES = cg_arch.c
|
|
|