1
0
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 to eaa53788 and 29923816

Closes #73
This commit is contained in:
Mike Dalessio
2022-08-20 10:28:06 -04:00
parent bcd17763a9
commit 3f3e888f1a
7 changed files with 21 additions and 6 deletions

View File

@ -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 =