mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
14 lines
285 B
Makefile
14 lines
285 B
Makefile
top_builddir=../../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
# Disabled since it requires DOM_STACK_TRACE to be defined
|
|
# dom-select
|
|
TEST_PROGS = \
|
|
html-mangle$(EXEEXT) \
|
|
sgml-parser$(EXEEXT)
|
|
|
|
TESTDEPS = \
|
|
$(top_builddir)/src/dom/$(LIB_O_NAME)
|
|
|
|
include $(top_srcdir)/Makefile.lib
|