Changeset 636:25bf34b5e04e


Ignore:
Timestamp:
05/09/08 22:49:35 (2 years ago)
Author:
Howard Butler <hobu.inc@…>
Branch:
default
Convert:
svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@703
Message:

don't comment out conditional, it won't work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/Makefile.am

    r477 r636  
    77txt2las_SOURCES = txt2las.c 
    88 
    9 #if GDAL_IS_CONFIG 
    10 #las2ogr_SOURCES = las2ogr.cpp 
    11 #else 
    12 #las2ogr_SOURCES =  
    13 #endif 
     9if GDAL_IS_CONFIG 
     10las2ogr_SOURCES = las2ogr.cpp 
     11bin_PROGRAMS = lasinfo las2las lasmerge las2txt txt2las las2ogr 
     12else 
     13bin_PROGRAMS = lasinfo las2las lasmerge las2txt txt2las 
     14 
     15endif 
     16 
    1417LDADD = ../src/liblas.la 
    15 bin_PROGRAMS = lasinfo las2las lasmerge las2txt txt2las 
Note: See TracChangeset for help on using the changeset viewer.