]> err.no Git - sope/blobdiff - sope-gdl1/GNUmakefile
added missing inline pathes
[sope] / sope-gdl1 / GNUmakefile
index ff278d2389601316696ec77ee22a883c6685a7fd..dee50979b39fd2394e25693f78b649f1cb02b816 100644 (file)
@@ -1,13 +1,26 @@
-# $Id: GNUmakefile 1 2004-08-20 10:38:46Z znek $
+# GNUstep makefile
 
+-include ../config.make
 include $(GNUSTEP_MAKEFILES)/common.make
 
 PACKAGE_NAME=sope-gdl1
-VERSION=4.3.0
+VERSION=4.5.0
 
 SUBPROJECTS += \
        GDLAccess       \
-       PostgreSQL72    \
+       GDLContentStore
+
+ifeq ($(HAS_LIBRARY_pq),yes)
+SUBPROJECTS += PostgreSQL
+endif
+
+ifeq ($(HAS_LIBRARY_sqlite3),yes)
+SUBPROJECTS += SQLite3
+endif
+
+ifeq ($(HAS_LIBRARY_mysqlclient),yes)
+SUBPROJECTS += MySQL
+endif
 
 -include GNUmakefile.preamble
 include $(GNUSTEP_MAKEFILES)/aggregate.make