From: Sandro Santilli Date: Wed, 11 Jan 2012 17:18:19 +0000 (+0000) Subject: Encode dependency of libpgcommon on postgis_config.h X-Git-Tag: 2.0.0alpha1~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ecb48110443e994c7a7ec382d0abcf90deadb71;p=postgis Encode dependency of libpgcommon on postgis_config.h git-svn-id: http://svn.osgeo.org/postgis/trunk@8777 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/libpgcommon/Makefile.in b/libpgcommon/Makefile.in index 79d715684..21444303c 100644 --- a/libpgcommon/Makefile.in +++ b/libpgcommon/Makefile.in @@ -58,3 +58,5 @@ check: libpgcommon.a $(SA_OBJS): %.o: %.c $(CC) $(CFLAGS) -c -o $@ $< +$(SA_OBJS): ../postgis_config.h +