blob: 99fb51196a3dd689bb35e2503b97e59d537b59ba (
plain)
1
2
3
4
5
6
7
|
# web2c/kpathsea.mk -- In subdirectories of web2c, the build directory
# for kpathsea is one more level up. c_auto_h_dir is used by make depend.
kpathsea_parent = ../..
c_auto_h_dir = ..
prog_cflags = -I.. -I$(srcdir)/..
# End of web2c/kpathsea.mk.
|