From 4ddd2079b059c57f09419c72f73efee468318b01 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 31 Jul 2013 14:26:55 +0300 Subject: back-sch: move structure definitions to back-sch.h to share with other code NSSWITCH supporting code needs access to the schema-compat structures --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6c8666b..0563171 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,6 +51,7 @@ nisserver_plugin_la_LIBADD = $(LDAP_LIBS) $(RUNTIME_LIBS) $(TIRPC_LIBS) $(LIBWRA schemacompat_plugin_la_SOURCES = \ back-sch.c \ + back-sch.h \ backend.h \ back-shr.c \ back-shr.h \ -- cgit