mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix parsetst building
This commit is contained in:
parent
217f905d88
commit
5a936cf99c
@ -2,8 +2,19 @@ top_builddir=../..
|
||||
include $(top_builddir)/Makefile.config
|
||||
|
||||
OBJS = cookies.o dialogs.o parser.o
|
||||
PROG = parsetst
|
||||
|
||||
parsetst: parser.o parsetst.o
|
||||
$(call cmd,link) -L../util/libutil.a
|
||||
PARSETSTDEPS = \
|
||||
$(top_builddir)/src/util/error.o \
|
||||
$(top_builddir)/src/util/string.o
|
||||
|
||||
ifdef CONFIG_DEBUG
|
||||
PARSETSTDEPS += $(top_builddir)/src/util/memdebug.o
|
||||
endif
|
||||
|
||||
parsetst: $(PARSETSTDEPS) parser.o parsetst.o
|
||||
$(call cmd,link)
|
||||
|
||||
CLEAN += parsetst.o
|
||||
|
||||
include $(top_srcdir)/Makefile.lib
|
||||
|
Loading…
Reference in New Issue
Block a user