[unique] build: Install uniqueenumtypes.h



commit e515412d37998c9ee33ee3719203812eacdd5827
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Sun Nov 1 19:14:50 2009 +0000

    build: Install uniqueenumtypes.h
    
    Add the newly created enumeration GTypes header to the list if
    installed files.

 unique/Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/unique/Makefile.am b/unique/Makefile.am
index aa65752..bce4019 100644
--- a/unique/Makefile.am
+++ b/unique/Makefile.am
@@ -77,9 +77,10 @@ endif
 
 uniquedir = $(includedir)/unique-1.0/unique
 unique_HEADERS = \
-	$(unique_sources_h) 			\
-	$(top_builddir)/unique/uniqueversion.h	\
-	$(top_srcdir)/unique/unique.h		\
+	$(unique_sources_h) 				\
+	$(top_builddir)/unique/uniqueenumtypes.h	\
+	$(top_builddir)/unique/uniqueversion.h		\
+	$(top_srcdir)/unique/unique.h			\
 	$(NULL)
 
 lib_LTLIBRARIES = libunique-1.0.la



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