diff options
Diffstat (limited to 'python/Makefile.am')
-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 |