From 4bb2ac0c30e98a193fababa790d2a85f3445aab3 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 25 May 2015 16:23:45 +0000 Subject: [PATCH] Consider all headers as dependencies of library git-svn-id: http://svn.osgeo.org/postgis/trunk@13550 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/Makefile.in | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in index d79d38647..fb9824601 100644 --- a/liblwgeom/Makefile.in +++ b/liblwgeom/Makefile.in @@ -105,12 +105,23 @@ LT_NM_OBJS = $(NM_OBJS:.o=.lo) LT_OBJS = $(LT_SA_OBJS) $(LT_NM_OBJS) SA_HEADERS = \ + bytebuffer.h \ + effectivearea.h \ liblwgeom.h \ liblwgeom_internal.h \ - lwgeom_log.h \ + lwgeodetic.h \ + lwgeodetic_tree.h \ lwgeom_geos.h \ - lwin_wkt_parse.h \ - varint.h + lwgeom_log.h \ + lwgeom_sfcgal.h \ + lwin_wkt.h \ + lwin_wkt_parse.h \ + lwout_twkb.h \ + lwtree.h \ + measures3d.h \ + measures.h \ + stringbuffer.h \ + varint.h all: liblwgeom.la -- 2.50.1