[liboobs] Fix broken build (missing header)



commit 97393bff96bbac31931a07c6e13f7f3ae75c1d1b
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Tue Jan 12 11:33:44 2010 +0100

    Fix broken build (missing header)
    
    The GNOME System Tools wouldn't build without oobs-enum-types.h. Thanks to Götz Waschk, as always!
    https://bugzilla.gnome.org/show_bug.cgi?id=606678

 oobs/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/oobs/Makefile.am b/oobs/Makefile.am
index bf0a20a..f518033 100644
--- a/oobs/Makefile.am
+++ b/oobs/Makefile.am
@@ -18,6 +18,7 @@ oobs_public_headers = 	\
 	oobs-object.h		\
 	oobs-list.h		\
 	oobs-defines.h		\
+	oobs-enum-types.h	\
 	oobs-share.h		\
 	oobs-smbconfig.h	\
 	oobs-share-smb.h	\



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