Skip to content

Commit

Permalink
Fixed an error from automake (ver 1.9) when processing Makefile.am.
Browse files Browse the repository at this point in the history
Error was: 

src/raster/Makefile.am:21: `#' comment at start of rule is unportable 
(the comment character was after the tab, so moved it to before the tab).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4718 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jan 22, 2006
1 parent 9826632 commit 21713ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/raster/Makefile.am
Expand Up @@ -18,8 +18,8 @@ libqgis_raster_la_SOURCES = qgsrasterbandstats.h \
qgsrasterrendererif.h \
qgsrasterviewport.h \
$(libqgis_raster_la_MOC)
#qgsrastergrayscalerenderer.h \
#qgsrastergrayscalerenderer.cpp
# qgsrastergrayscalerenderer.h \
# qgsrastergrayscalerenderer.cpp
BUILT_SOURCES = $(libqgis_raster_la_MOC) $(libqgis_raster_la_SOURCES)
##libqgis_raster_la_LDFLAGS = -no-undefined
libqgis_raster_la_CPPFLAGS = -I$(OMSRCDIR)
Expand Down

0 comments on commit 21713ff

Please sign in to comment.