summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2007-11-15 16:59:42 -0500
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2007-11-15 16:59:42 -0500
commit89b87092358c5f144fec29d16207b77664ff6880 (patch)
treec555ae5a9d79650a634179017a45615a65187e06 /src/Makefile
parent6b56f05e2616725f8438e544350f72d077e56321 (diff)
- more with pmap registration
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 94ad3f3..5fa7dfa 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,5 +1,5 @@
CFLAGS = -g3 -Wall -fPIC -D_REENTRANT $(shell pkg-config --cflags nspr nss)
-LDFLAGS = -lpthread
+LDFLAGS = -lnsl -lpthread
plugin.so: plugin.c
$(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS)