]> err.no Git - sope/blobdiff - sope-gdl1/GDLAccess/GNUmakefile.preamble
fixed resource/module lookup on 64bit systems
[sope] / sope-gdl1 / GDLAccess / GNUmakefile.preamble
index 3c00014a52d1ff7b6ecceea77207f5856b222c02..1aa9562f773c1fa9378b1eb059d851cbe8857295 100644 (file)
@@ -21,6 +21,17 @@ ADDITIONAL_INCLUDE_DIRS += \
        -I$(SOPE_ROOT)/sope-core/NGExtensions/
 
 
+# Parameters for EOAdaptor lookup
+
+ifneq ($(FHS_INSTALL_ROOT),)
+ADDITIONAL_CPPFLAGS += -DFHS_INSTALL_ROOT=\@\"$(FHS_INSTALL_ROOT)\"
+endif
+
+ifeq ($(CONFIGURE_64BIT),yes)
+ADDITIONAL_CPPFLAGS += -DCONFIGURE_64BIT=1
+endif
+
+
 # dependencies
 
 libGDLAccess_LIBRARIES_DEPEND_UPON += -lEOControl