diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-03-27 17:28:15 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-03-27 17:28:15 -0400 |
| commit | 5f8a2c836e4f76442f8a633960ed8a11b7303077 (patch) | |
| tree | 0e13b3e99d592ba4789f4692ea9339aa1b51d64f /src/Makefile | |
| parent | 50726269dc73676b82ef442914f9cf479e044872 (diff) | |
separate the searching bits out from the nis protocol bits
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5bd715f..0a544eb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ LDFLAGS = -lnsl -lpthread all:: plugin.so portmap -plugin.so: dispatch.c plugin.c portmap.c nis.c +plugin.so: dispatch.c map.c nis.c plugin.c portmap.c $(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) portmap: portmap.c $(CC) $(CFLAGS) -o $@ -DPORTMAP_MAIN $^ $(LDFLAGS) |
