|
From: <sv...@va...> - 2014-03-11 19:30:40
|
Author: mjw
Date: Tue Mar 11 19:30:32 2014
New Revision: 13867
Log:
Add vgdb.h to coregrind/Makefile.am noinst_HEADERS.
Modified:
trunk/coregrind/Makefile.am
Modified: trunk/coregrind/Makefile.am
==============================================================================
--- trunk/coregrind/Makefile.am (original)
+++ trunk/coregrind/Makefile.am Tue Mar 11 19:30:32 2014
@@ -253,8 +253,9 @@
m_syswrap/priv_syswrap-linux-variants.h \
m_syswrap/priv_syswrap-darwin.h \
m_syswrap/priv_syswrap-main.h \
- m_syswrap/priv_syswrap-xen.h \
- m_ume/priv_ume.h
+ m_syswrap/priv_syswrap-xen.h \
+ m_ume/priv_ume.h \
+ vgdb.h
#----------------------------------------------------------------------------
# libcoregrind-<platform>.a
|