summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 17:03:24 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 17:03:24 -0400
commit8331cdefa16c98e178aefc38cca254a72627aeab (patch)
tree0e36875d51a1ec708b56bff5861ba91db5336e45 /src/Makefile.am
parent91a5c2e9ef1e66d7c846a2f944b889f23ec92f11 (diff)
downloadslapi-nis-8331cdefa16c98e178aefc38cca254a72627aeab.tar.gz
slapi-nis-8331cdefa16c98e178aefc38cca254a72627aeab.tar.xz
slapi-nis-8331cdefa16c98e178aefc38cca254a72627aeab.zip
- merge the backend-specific headers
- start switching to using the shared implementations in back-nis
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 442f3b8..809fe04 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,7 +9,7 @@ dist_noinst_SCRIPTS = ypmaplist.py
plugin_LTLIBRARIES = nisserver-plugin.la schemacompat-plugin.la
nisserver_plugin_la_SOURCES = \
back-nis.c \
- back-nis.h \
+ backend.h \
back-shr.c \
back-shr.h \
defs-nis.c \
@@ -32,7 +32,7 @@ nisserver_plugin_la_LIBADD = $(RUNTIME_LIBS) $(LIBWRAP) -lnsl $(LIBPTHREAD)
schemacompat_plugin_la_SOURCES = \
back-sch.c \
- back-sch.h \
+ backend.h \
back-shr.c \
back-shr.h \
format.c \