arabica/examples/XPath/Makefile.am

10 lines
251 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
2008-05-04 16:42:09 +02:00
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @PARSER_HEADERS@ @BOOST_CPPFLAGS@
2011-11-25 19:47:54 +01:00
LIBARABICA = $(top_builddir)/src/libarabica.la @PARSER_LIBS@
2006-09-12 23:21:48 +02:00
xgrep_SOURCES = xgrep.cpp
xgrep_LDADD = $(LIBARABICA)