Skip to content

Commit

Permalink
build couchspawnkillable on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhammond committed Jun 15, 2009
1 parent 57d7a7b commit 172909f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/couchdb/Makefile.am
Expand Up @@ -31,6 +31,11 @@ couchjs_LDFLAGS = $(CURL_LDFLAGS)
couchjs_CFLAGS = $(CURL_CFLAGS)
couchjs_LDADD = $(CURL_LDFLAGS)

if WINDOWS
priv_couchspawnkillable_SOURCES = priv/couchspawnkillable_win.c
couchpriv_PROGRAMS = priv/couchspawnkillable
endif

couchinclude_DATA = couch_db.hrl

couchebin_DATA = $(compiled_files)
Expand Down

0 comments on commit 172909f

Please sign in to comment.