diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-30 11:54:35 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-30 11:54:35 -0400 |
| commit | fb1a1a4523009eea9b22d98f8937009ea9378ece (patch) | |
| tree | 65adec08a9dd8e49ed74f57c812217dee7ccd6ab /src/Makefile.am | |
| parent | d9004caaf38a3e8e0a2a61f06acb466619ae4abf (diff) | |
- rename plugin.c,plugin.h to plug-nis.c,plug-nis.h
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e3829b8..1d8e6e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,8 +20,8 @@ nisserver_plugin_la_SOURCES = \ map.h \ nis.c \ nis.h \ - plugin.c \ - plugin.h \ + plug-nis.c \ + plug-nis.h \ portmap.c \ portmap.h \ wrap.c \ @@ -36,8 +36,8 @@ dummy_nis_plugin_la_SOURCES = \ map.h \ nis.c \ nis.h \ - plugin.c \ - plugin.h \ + plug-nis.c \ + plug-nis.h \ portmap.c \ portmap.h dummy_nis_plugin_la_LIBADD = $(RUNTIME_LIBS) -lnsl -lpthread |
