Author: sewardj
Date: 2007-11-30 15:28:13 +0000 (Fri, 30 Nov 2007)
New Revision: 7255

Log:
Include headers in tarball.

Modified:
   trunk/exp-drd/Makefile.am


Modified: trunk/exp-drd/Makefile.am
===================================================================
--- trunk/exp-drd/Makefile.am   2007-11-30 11:22:35 UTC (rev 7254)
+++ trunk/exp-drd/Makefile.am   2007-11-30 15:28:13 UTC (rev 7255)
@@ -79,6 +79,20 @@
   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


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to