[libgda] gda-mutex.h is part of the public api (included by libgda.h)



commit 0db545c895f9d10b52625d39f32491e0c40d4f7b
Author: Alban Browaeys <prahal yahoo com>
Date:   Fri Mar 30 02:48:42 2012 +0200

    gda-mutex.h is part of the public api (included by libgda.h)
    
    gda-mutex header is included by libgda.h but is not exported to the
    destination include directory. Make it so. Fixes anjuta build of symbol
    db.

 libgda/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/Makefile.am b/libgda/Makefile.am
index cbe6b24..8d1d21d 100644
--- a/libgda/Makefile.am
+++ b/libgda/Makefile.am
@@ -82,6 +82,7 @@ gda_headers = \
 	gda-log.h \
 	gda-meta-store.h \
 	gda-meta-struct.h \
+	gda-mutex.h \
 	gda-quark-list.h \
 	gda-repetitive-statement.h \
 	gda-row.h \
@@ -184,7 +185,6 @@ libgda_sources =  \
 	gda-meta-store-extra.h \
 	gda-meta-struct-private.h \
 	gda-mutex.c \
-	gda-mutex.h \
 	gda-statement-priv.h \
 	global.h \
 	md5.h \



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