diff Makefile.in @ 1901:6923871d0048

Makefile fix from Mark Hessling...also conditionally use the old static recursive mutexes if GLib is less than 2.32 so we don't break older GTK2 versions.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 26 Mar 2014 15:10:50 +0000
parents c14384f1077b
children 10ca3e9d199f
line wrap: on
line diff
--- a/Makefile.in	Fri Mar 21 11:12:46 2014 +0000
+++ b/Makefile.in	Wed Mar 26 15:10:50 2014 +0000
@@ -3,7 +3,7 @@
 CC	=	@CC@
 PLATCCFLAGS = @PLATCCFLAGS@
 MLFLAGS	=	-L.
-include Version
+include $(srcdir)/Version
 CCFLAGS = @CFLAGS@ $(PLATCCFLAGS) @ARCH@ -D@DW_DEFINE@ -DBUILD_DLL -DDW_RESOURCES -DVER_REV=$(VER_REV)
 LFLAGS	=	@LIBS@ @ARCH@
 ARFLAGS = @ARFLAGS@