diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-23 23:18:52 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-05-23 23:18:52 -0400 |
commit | 06cddc6badf9b4a4791361cfbeffc5b1e2d2d6a6 (patch) | |
tree | 7412c28c8d53c8064dd5ca3445fbbd110df54b04 /src/chrtrans/makefile.in | |
parent | d326f24d169154673717129098ff4554a673f178 (diff) | |
download | lynx-snapshots-06cddc6badf9b4a4791361cfbeffc5b1e2d2d6a6.tar.gz |
snapshot of project "lynx", label v2-8-6dev_4
Diffstat (limited to 'src/chrtrans/makefile.in')
-rw-r--r-- | src/chrtrans/makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chrtrans/makefile.in b/src/chrtrans/makefile.in index 4852116e..d1600347 100644 --- a/src/chrtrans/makefile.in +++ b/src/chrtrans/makefile.in @@ -17,6 +17,7 @@ top_builddir = ../.. CC = @CC@ CPP = @CPP@ CFLAGS = @CFLAGS@ +EXTRA_CPPFLAGS = @EXTRA_CPPFLAGS@ CPPFLAGS = @CPPFLAGS@ LIBS = @LIBS@ |