diff options
author | jacob berkman <jacob@ximian.com> | 2002-03-14 02:15:56 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 2002-03-14 02:15:56 +0000 |
commit | 9be6586ca9368ac08e469351ef5e9322083acad0 (patch) | |
tree | 54862f602c5d28d6c2ae2a555859176916ef9412 /python | |
parent | 75be0130855fe02d238bbbf19a04d3c5eb45f494 (diff) | |
download | libxml2-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.am | 3 |
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 |