]> err.no Git - sope/blobdiff - sope-gdl1/GNUmakefile
added missing inline pathes
[sope] / sope-gdl1 / GNUmakefile
index 7d5450617e3807189152ff7f928553ba21e16780..dee50979b39fd2394e25693f78b649f1cb02b816 100644 (file)
@@ -8,8 +8,19 @@ VERSION=4.5.0
 
 SUBPROJECTS += \
        GDLAccess       \
-       GDLContentStore \
-       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