expat/amiga Makefile,1.3,1.4
"Steven Solie" <[email protected]> Fri, 30 Dec 2005 05:18:17 +0100 (CET)
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/amiga In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8200 Modified Files: Makefile Log Message: added missing include path Index: Makefile =================================================================== RCS file: /cvsroot/expat/expat/amiga/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 27 Dec 2005 15:47:31 -0000 1.3 +++ Makefile 30 Dec 2005 04:18:13 -0000 1.4 @@ -88,7 +88,7 @@ ifeq ($(MAKECMDGOALS), sharedlib) CFLAGS += -DAMIGA_SHARED_LIB -D__USE_INLINE__ - INCLUDES = -I. -Iinclude -Iinclude/libraries + INCLUDES = -I. -Iinclude -Iinclude/libraries -I../lib LAUNCH = $(DESTDIR)/launch.o endif