Skip to content

Commit

Permalink
Fix build to include all files needed by cmake too
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Jun 3, 2022
1 parent a302148 commit f438544
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ SUBDIRS = \
macros \
tests \
benchmarks \
tools
tools \
util

BUILT_SOURCES =

Expand Down
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,8 @@ AC_OUTPUT([
tools/Makefile
tools/geos-config
tools/astyle/Makefile
util/Makefile
util/geosop/Makefile
])

dnl AC_MSG_RESULT([ ------------ GEOS Build ------------ ])
Expand Down
2 changes: 1 addition & 1 deletion util/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is part of project GEOS (http://trac.osgeo.org/geos/)
#
SUBDIRS = \
geosop \
geosop


LIBS = $(top_builddir)/src/libgeos.la
Expand Down
1 change: 1 addition & 0 deletions util/geosop/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ geosop_SOURCES = \

geosop_LDADD = $(top_builddir)/src/libgeos.la


AM_CPPFLAGS = -I$(top_srcdir)/include

EXTRA_DIST = CMakeLists.txt

0 comments on commit f438544

Please sign in to comment.