mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-26 21:58:39 +01:00
corrected dependencies
This commit is contained in:
parent
13a5baae06
commit
e5f61a5a44
1 changed files with 1 additions and 3 deletions
|
@ -3,9 +3,7 @@ bin_PROGRAMS = mangle
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include @PARSER_HEADERS@ @BOOST_CPPFLAGS@
|
AM_CPPFLAGS = -I$(top_srcdir)/include @PARSER_HEADERS@ @BOOST_CPPFLAGS@
|
||||||
LIBARABICA = $(top_builddir)/src/libarabica.la
|
LIBARABICA = $(top_builddir)/src/libarabica.la
|
||||||
|
|
||||||
mangle_SOURCES = mangle.cpp \
|
mangle_SOURCES = mangle.cpp
|
||||||
scope_test.hpp \
|
|
||||||
xslt_test.hpp
|
|
||||||
mangle_LDADD = $(LIBARABICA)
|
mangle_LDADD = $(LIBARABICA)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue