mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +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@
|
||||
LIBARABICA = $(top_builddir)/src/libarabica.la
|
||||
|
||||
mangle_SOURCES = mangle.cpp \
|
||||
scope_test.hpp \
|
||||
xslt_test.hpp
|
||||
mangle_SOURCES = mangle.cpp
|
||||
mangle_LDADD = $(LIBARABICA)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue