arabica/examples/Utils/Makefile.am
2007-07-19 16:58:57 +00:00

8 lines
225 B
Makefile
Executable file

noinst_PROGRAMS = transcode
AM_CPPFLAGS = -I$(top_srcdir)/include @PARSER_HEADERS@ $(BOOST_CPPFLAGS)
LIBARABICA = $(top_builddir)/src/libarabica.la
transcode_SOURCES = transcode.cpp
transcode_LDADD = $(LIBARABICA)