]> err.no Git - sope/blobdiff - sope-gdl1/GDLAccess/GNUmakefile
fixed bug in GDL adaptor lookup
[sope] / sope-gdl1 / GDLAccess / GNUmakefile
index e3946db896227b1b206b0d49c25892e1f82cc755..ceb9c888d853596574944124f9b4dde7f69431f7 100644 (file)
@@ -1,18 +1,20 @@
-# $Id: GNUmakefile 1 2004-08-20 10:38:46Z znek $
+# GNUstep makefile
 
+-include ../../config.make
 include ../common.make
+-include ../Version
 -include ./Version
 
 GNUSTEP_INSTALLATION_DIR = ${GNUSTEP_LOCAL_ROOT}
 
 LIBRARY_NAME = libGDLAccess
 libGDLAccess_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
+libGDLAccess_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)
 
 libGDLAccess_DLL_DEF = libGDLAccess.def
 
 libGDLAccess_HEADER_FILES = \
        GDLAccess.h                     \
-       EOAccess.h                      \
        EODelegateResponse.h            \
        EOJoinTypes.h                   \
        EOAdaptor.h                     \
@@ -124,3 +126,4 @@ include $(GNUSTEP_MAKEFILES)/library.make
 include $(GNUSTEP_MAKEFILES)/aggregate.make
 include $(GNUSTEP_MAKEFILES)/tool.make
 -include GNUmakefile.postamble
+-include fhs.make