mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-01 14:06:55 +03:00
Add missing compile definition for static builds to Autotools
Related toeaa53788
and29923816
Closes #73
This commit is contained in:
@ -7,7 +7,7 @@ bin_PROGRAMS = xsltproc
|
||||
|
||||
noinst_PROGRAMS=testThreads
|
||||
|
||||
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBXML_CFLAGS)
|
||||
AM_CFLAGS = $(LIBGCRYPT_CFLAGS) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS)
|
||||
|
||||
xsltproc_SOURCES = xsltproc.c
|
||||
xsltproc_LDFLAGS =
|
||||
|
Reference in New Issue
Block a user