X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=dll%2FMakefile.am;fp=dll%2FMakefile.am;h=09988d4f2921665832b9ace71dce1347eba61481;hb=349ccc7f5d161a4d10ac72cf16ea5073fe071b4e;hp=938639ad70ce50bfa98a0edc173601a6e4367f2b;hpb=c5a9bf19ca03b1c193bc8413b1332e2ed499e280;p=oss%2Ffgis.git diff --git a/dll/Makefile.am b/dll/Makefile.am index 938639a..09988d4 100644 --- a/dll/Makefile.am +++ b/dll/Makefile.am @@ -23,7 +23,5 @@ fgis_la_LDFLAGS = -module -avoid-version lib_LTLIBRARIES = fgis.la fgis_la_SOURCES = fgisInit.c fgisMisc.c fgisPalette.c fgisRaster.c fgisPlanchet.c fgisEppCalc.c fgisEppDraw.c fgisVector.c fgisPatterns.c fgisProjection.c fgis.h fgisInt.h -FGIS_HOME = $(sysconfdir) -INCLUDES = $(TCL_INCLUDE) -I$(top_srcdir)/include -DEFS = @DEFS@ - +INCLUDES = -I$(TCL_INC_DIR) -I$(TK_INC_DIR) -I$(top_srcdir)/include +# DEFS = @DEFS@