diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-03-27 15:24:05 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-03-27 15:24:05 -0400 |
| commit | 8f884257d95ea9ebec742b59dc83d7defdae117d (patch) | |
| tree | 8d49b573e9f96e2d4fddcb8fa01031265e03934f /src/Makefile | |
| parent | bdd74a017f4f1456b63e3b621064adde8e739ac8 (diff) | |
more cleanup of client-handling code
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 ce610e9..884afc4 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 schema.c stream.c nis.c +plugin.so: dispatch.c plugin.c portmap.c schema.c nis.c $(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) portmap: portmap.c $(CC) $(CFLAGS) -o $@ -DPORTMAP_MAIN $^ $(LDFLAGS) |
