arabica/examples/XPath/Makefile.am

10 lines
211 B
Text
Raw Normal View History

2007-07-19 18:58:57 +02:00
noinst_PROGRAMS = xgrep
2006-09-12 23:21:48 +02:00
2007-07-19 18:58:57 +02:00
AM_CPPFLAGS = -I$(top_srcdir)/include @PARSER_HEADERS@ @BOOST_CPPFLAGS@
2006-09-12 23:21:48 +02:00
LIBARABICA = $(top_builddir)/src/libarabica.la
xgrep_SOURCES = xgrep.cpp
xgrep_LDADD = $(LIBARABICA)