arabica/examples/Utils/Makefile.am
2006-09-12 21:21:48 +00:00

8 lines
No EOL
218 B
Makefile
Executable file

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