1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

remove LDADD and CFLAGS as this is broken usage, redundant, and gcc

2002-03-13  jacob berkman  <jacob@ximian.com>

	* python/Makefile.am: remove LDADD and CFLAGS as this is broken
	usage, redundant, and gcc specific
This commit is contained in:
jacob berkman
2002-03-14 02:15:56 +00:00
committed by Jacob Berkman
parent 75be013085
commit 9be6586ca9
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-03-13 jacob berkman <jacob@ximian.com>
* python/Makefile.am: remove LDADD and CFLAGS as this is broken
usage, redundant, and gcc specific
Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com> Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
* xpath.c: speedup some node selection operations, this can * xpath.c: speedup some node selection operations, this can

View File

@ -28,9 +28,6 @@ mylibs = \
all: libxml2mod.so libxml2.py all: libxml2mod.so libxml2.py
LDADD = -lxml2
CFLAGS = -Wall -g
pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages pythondir = $(prefix)/lib/python${PYTHON_VERSION}/site-packages
python_PROGRAMS = libxml2mod.so python_PROGRAMS = libxml2mod.so