]> err.no Git - sope/blobdiff - sope-gdl1/GDLAccess/GNUmakefile
fixed bug in GDL adaptor lookup
[sope] / sope-gdl1 / GDLAccess / GNUmakefile
index de79fb20cbd6833fea175d2e4119b7fc493160e6..ceb9c888d853596574944124f9b4dde7f69431f7 100644 (file)
@@ -1,12 +1,15 @@
-# $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
 
@@ -123,3 +126,4 @@ include $(GNUSTEP_MAKEFILES)/library.make
 include $(GNUSTEP_MAKEFILES)/aggregate.make
 include $(GNUSTEP_MAKEFILES)/tool.make
 -include GNUmakefile.postamble
+-include fhs.make