X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=ee95e2033f5b1387650d55e828ddabad708dd657;hb=3b3a99208b438ebdfb42d1ee417fa156b7a62f8d;hp=94153e4c549e6d2a484431a61dae8319c6cb0167;hpb=57231d84bc511051fd3f9dd89a502cfb0d212435;p=libsvgtiny.git diff --git a/Makefile b/Makefile index 94153e4..ee95e20 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,9 @@ ifneq ($(PKGCONFIG),) LDFLAGS := $(LDFLAGS) \ $(shell $(PKGCONFIG) $(PKGCONFIGFLAGS) --libs libxml-2.0) else + ifeq ($(TARGET),beos) + CFLAGS := $(CFLAGS) -I/boot/home/config/include/libxml2 + endif CFLAGS := $(CFLAGS) -I$(PREFIX)/include/libxml2 LDFLAGS := $(CFLAGS) -lxml2 endif