X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=dll%2FMakefile.am;h=b749d62d1eb22315ff7bc21d714193f935bbe8e5;hb=8d7c92e1a47c24c89b96e384aac6b808e5d4ecde;hp=938639ad70ce50bfa98a0edc173601a6e4367f2b;hpb=c5a9bf19ca03b1c193bc8413b1332e2ed499e280;p=oss%2Ffgis.git diff --git a/dll/Makefile.am b/dll/Makefile.am index 938639a..b749d62 100644 --- a/dll/Makefile.am +++ b/dll/Makefile.am @@ -19,11 +19,10 @@ ## Process this file with automake to produce Makefile.in. -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_la_LDFLAGS = -module -avoid-version +fgis_la_LIBADD = @LIBEPP@ -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