mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
generate fetch.h from make
This commit is contained in:
parent
2988237889
commit
50ca8b2cde
@ -27,3 +27,5 @@ endif
|
||||
OBJS-$(CONFIG_ANY_SPIDERMONKEY) += spidermonkey-shared.obj
|
||||
|
||||
include $(top_srcdir)/Makefile.lib
|
||||
|
||||
$(shell xxd -i fetch.js fetch.h)
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* ECMAScript helper functions */
|
||||
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user