Skip to content

Commit

Permalink
apply Theun's patch for Makefile.am #19
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 4, 2013
1 parent 795245f commit ac81ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -17,8 +17,8 @@ libspatialindex_c_la_LIBADD = \
libspatialindex.la \
src/capi/libsidxc.la

libspatialindex_la_LDFLAGS = -version-info 3:0:0
libspatialindex_c_la_LDFLAGS = -version-info 3:0:0 -lstdc++
libspatialindex_la_LDFLAGS = -version-info 3:0:0 -no-undefined -lstdc++
libspatialindex_c_la_LDFLAGS = -version-info 3:0:0 -no-undefined -lstdc++

EXTRA_DIST = INSTALL.WIN \
spatialindex.sln \
Expand Down

0 comments on commit ac81ff3

Please sign in to comment.