Skip to content

Commit

Permalink
add sasl2 so it compiles on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Batten committed Sep 5, 2010
1 parent 714eff0 commit 11ac0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,8 +1,8 @@
all: main.c
gcc -o mc-loader main.c -Wl,-rpath,/usr/local/lib -lmemcached
gcc -o mc-loader main.c -Wl,-rpath,/usr/local/lib -lmemcached -lsasl2

debug: main.c
gcc -o mc-loader main.c -Wl,-rpath,/usr/local/lib -lmemcached -O0 -gfull
gcc -o mc-loader main.c -Wl,-rpath,/usr/local/lib -lmemcached -lsasl2 -O0 -gfull

clean:
rm -f mc-loader
Expand Down

0 comments on commit 11ac0ec

Please sign in to comment.