mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
Elute all DOM-related code and put it in src/dom
This commit is contained in:
committed by
Jonas Fonseca
parent
217f905d88
commit
71533eef9a
7
src/dom/Makefile
Normal file
7
src/dom/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
top_builddir=../..
|
||||
include $(top_builddir)/Makefile.config
|
||||
|
||||
SUBDIRS = css sgml
|
||||
OBJS = node.o select.o stack.o scanner.o
|
||||
|
||||
include $(top_srcdir)/Makefile.lib
|
||||
Reference in New Issue
Block a user