diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-04-18 16:04:56 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-04-18 16:04:56 -0400 |
| commit | cf5a6630bf3afc53fccd64a87ea1b1c94b458a4b (patch) | |
| tree | 183d8f24801317b31943f9d05a4699e4c43d0b9b /src | |
| parent | 56e95a5c4f8559feea2b70a061d3100fd92ec629 (diff) | |
| download | slapi-nis-cf5a6630bf3afc53fccd64a87ea1b1c94b458a4b.tar.gz slapi-nis-cf5a6630bf3afc53fccd64a87ea1b1c94b458a4b.tar.xz slapi-nis-cf5a6630bf3afc53fccd64a87ea1b1c94b458a4b.zip | |
- when we change defaults, rebuild
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3affeaf..b8f9f88 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ LDFLAGS = -lnsl -lpthread all:: plugin.so dummyplugin.so portmap -plugin.so: backend.c dispatch.c map.c nis.c plugin.c portmap.c +plugin.so: backend.c dispatch.c map.c nis.c plugin.c portmap.c defaults.h $(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) dummyplugin.so: dispatch.c dummymap.c nis.c plugin.c portmap.c $(CC) $(CFLAGS) -shared -o $@ $^ $(LDFLAGS) |
