Nicholas Nethercote 63df7df1c8 Give file a better name.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4546
2005-08-28 04:48:12 +00:00

15 lines
242 B
Makefile

include $(top_srcdir)/Makefile.all.am
include $(top_srcdir)/Makefile.core.am
noinst_HEADERS = \
priv_symtab.h \
priv_symtypes.h
noinst_LIBRARIES = libdebuginfo.a
libdebuginfo_a_SOURCES = \
dwarf.c \
stabs.c \
symtab.c \
symtypes.c