diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2007-11-29 13:15:47 -0500 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2007-11-29 13:15:47 -0500 |
| commit | f82215df2d4af8456d7228628ea5a6678ed908dd (patch) | |
| tree | 941619407c77e54e88d6649918278fb9e218840b /src/Makefile | |
| parent | af4e31549b09a6cfb9774649c69c8ab769bee4ae (diff) | |
- split up some more
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 d54f2dd..ee93e37 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ LDFLAGS = -lnsl -lpthread all:: plugin.so portmap -plugin.so: plugin.c portmap.c schema.c stream.c +plugin.so: plugin.c portmap.c schema.c stream.c nis.c $(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) portmap: portmap.c $(CC) $(CFLAGS) -o $@ -DPORTMAP_MAIN $^ $(LDFLAGS) |
