Skip to content

Commit

Permalink
Enable image2kml only if JPEG library is available.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hancher committed Feb 4, 2007
1 parent e3d6941 commit 4a7fd2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vw/tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ image_SOURCES = image.cc
image_LDFLAGS = @PKG_VW_LDFLAGS@

if MAKE_MODULE_CARTOGRAPHY
if HAVE_PKG_JPEG
image2kml_prog = image2kml
image2kml_SOURCES = image2kml.cc
image2kml_LDFLAGS = @PKG_VW_LDFLAGS@ @PKG_CARTOGRAPHY_LDFLAGS@ @PKG_MOSAIC_LDFLAGS@
endif
endif

bin_PROGRAMS = image $(image2kml_prog)

Expand Down

0 comments on commit 4a7fd2f

Please sign in to comment.