summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-03-14 02:15:56 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-03-14 02:15:56 +0000
commit9be6586ca9368ac08e469351ef5e9322083acad0 (patch)
tree54862f602c5d28d6c2ae2a555859176916ef9412 /python
parent75be0130855fe02d238bbbf19a04d3c5eb45f494 (diff)
downloadlibxml2-9be6586ca9368ac08e469351ef5e9322083acad0.tar.gz
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
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index e85f423e..6078702d 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -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