mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-01 14:06:55 +03:00
ugly way to keep the memory debugging active on my devel workstation by
* xsltproc/Makefile.am configure.in: ugly way to keep the memory debugging active on my devel workstation by bypassing libtool completely daniel
This commit is contained in:
@ -2,9 +2,8 @@ INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
|
||||
-I$(top_builddir) -I$(top_builddir)/libxslt \
|
||||
-I$(top_builddir)/libexslt $(LIBXML_CFLAGS) $(CFLAGS)
|
||||
|
||||
programs=xsltproc
|
||||
|
||||
bin_PROGRAMS = $(programs)
|
||||
EXTRA_PROGRAMS=
|
||||
bin_PROGRAMS = xsltproc $(XSLTPROCDV)
|
||||
|
||||
xsltproc_SOURCES = xsltproc.c
|
||||
xsltproc_LDFLAGS =
|
||||
@ -17,3 +16,6 @@ DEPS = $(top_builddir)/libxslt/libxslt.la \
|
||||
LDADDS = $(top_builddir)/libxslt/libxslt.la \
|
||||
$(top_builddir)/libexslt/libexslt.la \
|
||||
@LIBXML_LIBS@ $(EXTRA_LIBS)
|
||||
|
||||
xsltproc.dv: xsltproc.o
|
||||
$(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a @LIBXML_LIBS@ $(EXTRA_LIBS)
|
||||
|
Reference in New Issue
Block a user