Add the include/private directory to the include path

This commit is contained in:
blizzard%appliedtheory.com 1998-09-21 18:18:29 +00:00
parent 28a407986c
commit 96612358a0

View File

@ -46,9 +46,6 @@ ifeq ($(subst /,_,$(shell uname -s)),OS2)
INCLUDES += -I$(DEPTH)/cmd/os2fe/nfc/include -I$(DEPTH)/cmd/os2fe -I$(DEPTH)/cmd/winfe
endif
INCLUDES += -I$(srcdir)/.
# XXX Add -I$(DIST)/include/private to the above line. Replace DIST to something else in
# autoconf world.
# cyeh asked me to put in this note as we could not figure out a equivalent right now.
INCLUDES += -I$(srcdir)/. -I$(DEPTH)/dist/include/private
$(LIBRARY): $(OBJS)