mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
8 lines
251 B
Makefile
Executable file
8 lines
251 B
Makefile
Executable file
noinst_PROGRAMS = transcode
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @PARSER_HEADERS@ $(BOOST_CPPFLAGS)
|
|
LIBARABICA = $(top_builddir)/src/libarabica.la
|
|
|
|
transcode_SOURCES = transcode.cpp
|
|
transcode_LDADD = $(LIBARABICA)
|
|
|