mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 05:55:48 +00:00
get included in the distro now, not just the ones for the arch/platform that the distro tarball is built on. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4085
12 lines
326 B
Makefile
12 lines
326 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
# Remember to include all the platform-specific files in the distribution.
|
|
EXTRA_DIST = \
|
|
$(addsuffix .c,$(addprefix sigframe-,$(VG_PLATFORM_ALL)))
|
|
|
|
noinst_LIBRARIES = libsigframe.a
|
|
|
|
libsigframe_a_SOURCES = \
|
|
sigframe-@VG_PLATFORM@.c
|