Version 6.5.0 Release
[clsql.git] / Makefile.common
index 3c8fd2bb314b131a79943c066a7355adcb493d7f..358d75d1cf33976fea7eee08b7f4c0c8c7af565e 100644 (file)
@@ -13,6 +13,11 @@ endif
 OS_CYGWIN=$(shell expr "$(UNAME)" : '.*CYGWIN.*')
 OS_LINUX=$(shell expr "$(UNAME)" : '.*Linux.*')
 OS_LINUX64=$(shell expr "$(UNAME_A)" : '.*Linux.*x86_64.*')
+ifneq ("$(wildcard /usr/bin/dpkg-buildflags)","")
+DPKG_BUILDFLAGS=1
+else
+DPKG_BUILDFLAGS=0
+endif
 
 all: