]> err.no Git - sope/blobdiff - sope-gdl1/GNUmakefile
added missing inline pathes
[sope] / sope-gdl1 / GNUmakefile
index 8210f74639a910a70019468e1348bcc52856aefc..dee50979b39fd2394e25693f78b649f1cb02b816 100644 (file)
@@ -4,11 +4,23 @@
 include $(GNUSTEP_MAKEFILES)/common.make
 
 PACKAGE_NAME=sope-gdl1
-VERSION=4.3.0
+VERSION=4.5.0
 
 SUBPROJECTS += \
        GDLAccess       \
-       PostgreSQL
+       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