mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-25 21:58:21 +01:00
7 lines
252 B
Makefile
Executable file
7 lines
252 B
Makefile
Executable file
noinst_PROGRAMS = taggle
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @PARSER_HEADERS@ $(BOOST_CPPFLAGS)
|
|
LIBARABICA = $(top_builddir)/src/libarabica.la @PARSER_LIBS@
|
|
|
|
taggle_SOURCES = taggle.cpp
|
|
taggle_LDADD = $(LIBARABICA)
|