Changeset 635:fdbc57d92537
- Timestamp:
- 05/09/08 22:07:12 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@702
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
src/detail/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r633 r635 133 133 AM_CONDITIONAL([GEOTIFF_IS_CONFIG], [test ! x$GEOTIFF_CONFIG = xno]) 134 134 135 136 135 AC_HAVE_LONG_LONG 137 136 -
src/detail/Makefile.am
r634 r635 1 #if GEOTIFF_IS_CONFIG 2 EXTRA_DEFS = -DHAVE_LIBGEOTIFF 3 #else 4 EXTRA_DEFS = 5 #endif 1 INCLUDES = -I../../include -I../../include/detail 6 2 7 INCLUDES = -I../../include -I../../include/detail @GEOTIFF_INC@ $(EXTRA_DEFS) 3 if GEOTIFF_IS_CONFIG 4 AM_CPPFLAGS=@GEOTIFF_INC@ -DHAVE_LIBGEOTIFF=1 5 endif 8 6 9 7 noinst_LTLIBRARIES = liblasdetail.la
Note: See TracChangeset
for help on using the changeset viewer.
