From e77bf36d9afbc7e56522574b06217d57c11dd095 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 28 Mar 2013 08:55:23 +0100 Subject: release 3.5.0.19 --- nx-X11/lib/expat/Imakefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'nx-X11/lib/expat/Imakefile') diff --git a/nx-X11/lib/expat/Imakefile b/nx-X11/lib/expat/Imakefile index c7ff20bb3..cb2c6e133 100644 --- a/nx-X11/lib/expat/Imakefile +++ b/nx-X11/lib/expat/Imakefile @@ -6,7 +6,7 @@ XCOMM $XFree86: xc/lib/expat/Imakefile,v 1.8tsi Exp $ #define DoDebugLib DebugLibExpat #define DoProfileLib ProfileLibExpat #define HasSharedData YES -#define LibName expat +#define LibName NX_expat #define SoRev SOEXPATREV #ifdef SharedLibtoolExpatRev #define SharedLibtoolRev SharedLibtoolExpatRev @@ -19,7 +19,7 @@ EXPATTOP = $(TOP)/extras/expat EXPATSRC = $(EXPATTOP)/lib EXPATINC = $(EXPATTOP)/lib -INCLUDES = -I$(EXPATINC) -I$(EXPATTOP) -I. +INCLUDES = -I/usr/include/xmltok -I/usr/local/include/xmltok -I$(EXPATINC) -I$(EXPATTOP) -I. /* * Endianness (for short's) @@ -31,8 +31,8 @@ INCLUDES = -I$(EXPATINC) -I$(EXPATTOP) -I. DEFINES = -DXML_BYTE_ORDER=0 -DX_BYTE_ORDER=$(X_BYTE_ORDER) REQUIREDLIBS=$(LDPRELIBS) -SRCS = xmlparse.c xmltok.c xmlrole.c -OBJS = xmlparse.o xmltok.o xmlrole.o +#SRCS = xmlparse.c xmltok.c xmlrole.c +#OBJS = xmlparse.o xmltok.o xmlrole.o HEADERS = expat.h @@ -45,9 +45,9 @@ SpecialCObjectRule(sharedlib,NullParameter,$(SHLIBDEF)) DependTarget() -LinkSourceFile(xmlparse.c,$(EXPATSRC)) -LinkSourceFile(xmltok.c,$(EXPATSRC)) -LinkSourceFile(xmlrole.c,$(EXPATSRC)) +#LinkSourceFile(xmlparse.c,$(EXPATSRC)) +#LinkSourceFile(xmltok.c,$(EXPATSRC)) +#LinkSourceFile(xmlrole.c,$(EXPATSRC)) LinkSourceFile(expat.h,$(EXPATINC)) -- cgit v1.2.3