1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +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

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