summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1d8e6e3..4bf1c6e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,8 +12,8 @@ nisserver_plugin_la_SOURCES = \
backend.h \
defaults.c \
defaults.h \
- dispatch.c \
- dispatch.h \
+ disp-nis.c \
+ disp-nis.h \
format.c \
format.h \
map.c \
@@ -30,8 +30,8 @@ nisserver_plugin_la_LIBADD = $(RUNTIME_LIBS) $(LIBWRAP) -lnsl $(LIBPTHREAD)
noinst_LTLIBRARIES = dummy-nis-plugin.la
dummy_nis_plugin_la_SOURCES = \
- dispatch.c \
- dispatch.h \
+ disp-nis.c \
+ disp-nis.h \
dummymap.c \
map.h \
nis.c \