On 12/14/2009 07:55 PM, Colin McCabe wrote:
I almost forgot-- Makefile.am needs to change.
Signed-off-by: Colin McCabe<cmccabe@xxxxxxxxxxxxxx>
---
include/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/Makefile.am b/include/Makefile.am
index f7539dd..4ea11c4 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
-EXTRA_DIST = cld-private.h libtimer.h
+EXTRA_DIST = cld-private.h cld_msg.h libtimer.h
-include_HEADERS = cldc.h cld_msg.h
+include_HEADERS = cldc.h hail_log.h
skipped -- I integrated this into previous changes.
Also, you moved cld_msg.h out of /usr/include and into EXTRA_DIST, which
breaks stuff because cldc.h #include's it. include_HEADERS is the list
of installed headers, and we definitely still need to install cld_msg.h.
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html