Skip to content

Commit

Permalink
Spidermonkey : missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
paraboul committed Jun 25, 2011
1 parent 5f7a837 commit abe51a0
Show file tree
Hide file tree
Showing 1,712 changed files with 164,673 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ bindir = $(prefix)/bin

SRC=src/entry.c src/sock.c src/hash.c src/handle_http.c src/cmd.c src/users.c src/channel.c src/config.c src/json.c src/json_parser.c src/plugins.c src/http.c src/extend.c src/utils.c src/ticks.c src/base64.c src/pipe.c src/raw.c src/events.c src/event_kqueue.c src/event_epoll.c src/event_select.c src/transports.c src/servers.c src/dns.c src/sha1.c src/log.c src/parser.c src/md5.c

CFLAGS = -Wall -O2 -minline-all-stringops -rdynamic -I ./deps/udns-0.0.9/
CFLAGS = -Wall -g -minline-all-stringops -rdynamic -I ./deps/udns-0.0.9/
LFLAGS=-ldl -lm -lpthread
CC=gcc -D_GNU_SOURCE
RM=rm -f
Expand Down

0 comments on commit abe51a0

Please sign in to comment.