mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
Add missing compile definition for static builds to Autotools
Related toeaa53788
and29923816
Closes #73
This commit is contained in:
@ -19,7 +19,7 @@ libxsltmod_la_CPPFLAGS = \
|
||||
-I$(top_srcdir)/libxslt \
|
||||
-I$(top_srcdir) \
|
||||
-I../libexslt \
|
||||
$(PYTHON_CFLAGS) $(LIBXML_CFLAGS)
|
||||
$(PYTHON_CFLAGS) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS)
|
||||
libxsltmod_la_SOURCES = libxslt.c types.c
|
||||
nodist_libxsltmod_la_SOURCES = libxslt-py.c
|
||||
libxsltmod_la_LIBADD = \
|
||||
|
Reference in New Issue
Block a user