[baobab] dist the internal header files



commit 463dee7890284a02d15cecd025be25d26021b583
Author: Ryan Lortie <desrt desrt ca>
Date:   Sat Jun 23 10:43:52 2012 -0400

    dist the internal header files
    
    Include baobab-chart.h, baobab-treemap.h, baobab-ringschart.h in
    noinst_HEADERS so that they get included in the tarball.
    
    We can't put them in baobab_SOURCES because apparently automake's Vala
    support doesn't like that...

 src/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 9ce4692..ba18e04 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,6 +20,11 @@ baobab_VALAFLAGS = \
 	--pkg gio-2.0		\
 	--pkg gio-unix-2.0
 
+noinst_HEADERS = \
+	baobab-chart.h			\
+	baobab-treemap.h		\
+	baobab-ringschart.h
+
 baobab_SOURCES = \
 	fixes.vapi			\
 	baobab.vapi			\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]