corrected dependencies

This commit is contained in:
jez 2007-08-27 23:15:23 +00:00
parent 13a5baae06
commit e5f61a5a44

View file

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