diff options
author | Nikias Bassen | 2017-04-20 11:17:08 +0200 |
---|---|---|
committer | Nikias Bassen | 2017-04-20 11:17:08 +0200 |
commit | d6c437575f30094cce4f0747e45a1f12880ce89b (patch) | |
tree | 39036496b037b1fc7e8fc7fea37a97738f99a267 | |
parent | 9d2331d02001ef1d0e76de63948cfa8c5b5ebfce (diff) | |
download | libplist-d6c437575f30094cce4f0747e45a1f12880ce89b.tar.gz libplist-d6c437575f30094cce4f0747e45a1f12880ce89b.tar.bz2 |
cython: Remove references to libxml2 flags from Makefile.am
-rw-r--r-- | cython/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index effcf5e..544428d 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -AM_CFLAGS = $(GLOBAL_CFLAGS) $(libxml2_CFLAGS) -AM_LDFLAGS = $(libxml2_LIBS) +AM_CFLAGS = $(GLOBAL_CFLAGS) +AM_LDFLAGS = $(GLOBAL_LDFLAGS) if HAVE_CYTHON |