mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-14 08:01:49 +01:00
8 lines
No EOL
218 B
Makefile
Executable file
8 lines
No EOL
218 B
Makefile
Executable file
bin_PROGRAMS = domwriter
|
|
|
|
LIBARABICA = $(top_builddir)/src/libarabica.la
|
|
|
|
domwriter_SOURCES = DOMWriter.cpp
|
|
domwriter_LDADD = $(LIBARABICA)
|
|
|
|
INCLUDES = -I$(top_srcdir)/include $(PARSER_HEADERS) $(BOOST_CPPFLAGS)
|