mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
Remove special configuration for old maintainers
This commit is contained in:
@ -3,7 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libxslt -I$(top_srcdir)/libexslt \
|
||||
-I$(top_builddir)/libexslt
|
||||
|
||||
EXTRA_PROGRAMS=
|
||||
bin_PROGRAMS = xsltproc $(XSLTPROCDV)
|
||||
bin_PROGRAMS = xsltproc
|
||||
|
||||
noinst_PROGRAMS=testThreads
|
||||
|
||||
@ -35,9 +35,6 @@ $(top_builddir)/libxslt/libxslt.la:
|
||||
$(top_builddir)/libexslt/libexslt.la: $(top_builddir)/libxslt/libxslt.la
|
||||
cd $(top_builddir)/libexslt && $(MAKE) libexslt.la
|
||||
|
||||
xsltproc.dv: xsltproc.o
|
||||
$(CC) $(CFLAGS) -o xsltproc xsltproc.o ../libexslt/.libs/libexslt.a ../libxslt/.libs/libxslt.a $(LIBXML_LIBS) $(EXTRA_LIBS) $(LIBGCRYPT_LIBS)
|
||||
|
||||
tests: testThreads
|
||||
@echo > .memdump
|
||||
@echo '## Running testThreads'
|
||||
|
Reference in New Issue
Block a user