[libgda] Corrections in samples/ makefiles



commit c5146691077322f1257446bc80f32e8a31255f58
Author: Vivien Malerba <malerba gnome-db org>
Date:   Thu Jul 19 13:15:37 2012 +0200

    Corrections in samples/ makefiles

 samples/Makefile        |    4 ++--
 samples/Report/Makefile |    4 ++--
 samples/XSLT/Makefile   |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/samples/Makefile b/samples/Makefile
index 69e7919..66e242d8 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -1,10 +1,10 @@
 SHELL= /bin/sh 
 
-if ENABLE_VALA_EXTENSIONS
+ifdef ENABLE_VALA_EXTENSIONS
     VALA_EXTENSIONS= vala
 endif
 
-SUBDIRS = BDB DDL DirDataModel F-Spot Report SimpleExample SqlParserConsole TableCopy Virtual XSLT MetaStore Tree SqlBuilder AsyncExec Gir LdapBrowser CustomUIPlugin $(VALA_EXTENSIONS)
+SUBDIRS = AsyncExec BDB Blobs CustomUIPlugin DDL DirDataModel F-Spot Gir LdapBrowser MetaStore Report SimpleExample SimpleUIForm SqlBuilder SqlParserConsole TableCopy Tree Virtual WritableSelect XSLT $(VALA_EXTENSIONS)
 all:
 	for dir in ${SUBDIRS} ; do ( cd $$dir ; ${MAKE} ) ; done
 clean:
diff --git a/samples/Report/Makefile b/samples/Report/Makefile
index ed9227a..5df55fe 100644
--- a/samples/Report/Makefile
+++ b/samples/Report/Makefile
@@ -1,5 +1,5 @@
-CFLAGS = -Wall -g `pkg-config --cflags libgda-report-4.0` 
-LDFLAGS = `pkg-config --libs libgda-report-4.0`
+CFLAGS = -Wall -g `pkg-config --cflags libgda-report-5.0` 
+LDFLAGS = `pkg-config --libs libgda-report-5.0`
 
 HTML_STYLESHEET = /usr/share/xml/docbook/stylesheet/nwalsh/html/docbook.xsl
 FO_STYLESHEET = /usr/share/xml/docbook/stylesheet/nwalsh/fo/docbook.xsl
diff --git a/samples/XSLT/Makefile b/samples/XSLT/Makefile
index eeb7abc..de72612 100644
--- a/samples/XSLT/Makefile
+++ b/samples/XSLT/Makefile
@@ -1,5 +1,5 @@
-CFLAGS = -Wall -g `pkg-config --cflags libgda-xslt-4.0`
-LDFLAGS = `pkg-config --libs libgda-xslt-4.0`
+CFLAGS = -Wall -g `pkg-config --cflags libgda-xslt-5.0`
+LDFLAGS = `pkg-config --libs libgda-xslt-5.0`
 
 all: transform
 



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