]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Include headers in tarball.
authorJulian Seward <jseward@acm.org>
Fri, 30 Nov 2007 15:28:13 +0000 (15:28 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 30 Nov 2007 15:28:13 +0000 (15:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7255

exp-drd/Makefile.am

index 228ee54bbed0221c444568e4c8115efdf290cae9..dd50878e596e874b3af4b366edba60af44c32594 100644 (file)
@@ -79,6 +79,20 @@ DRD_SOURCES_COMMON =    \
   drd_thread.c          \
   drd_vc.c
 
+noinst_HEADERS = drd_bitmap.h \
+                drd_mutex.h \
+                drd_vc.h \
+                drd_clientreq.h \
+                drd_segment.h \
+                priv_drd_clientreq.h \
+                drd_cond.h \
+                drd_suppression.h \
+                pub_drd_bitmap.h \
+                drd_error.h \
+                drd_thread.h \
+                drd_malloc_wrappers.h \
+                drd_track.h
+
 AM_CFLAGS_X86_LINUX   += -I$(top_srcdir)/coregrind
 AM_CFLAGS_AMD64_LINUX += -I$(top_srcdir)/coregrind
 AM_CFLAGS_PPC32_LINUX += -I$(top_srcdir)/coregrind