29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
diff --git a/support/nfsidmap/Makefile.am b/support/nfsidmap/Makefile.am
|
|
index f5b9de0e..3a204882 100644
|
|
--- a/support/nfsidmap/Makefile.am
|
|
+++ b/support/nfsidmap/Makefile.am
|
|
@@ -40,19 +40,19 @@ nsswitch_la_SOURCES = nss.c nfsidmap_common.c
|
|
nsswitch_la_LDFLAGS = -module -avoid-version
|
|
nsswitch_la_LIBADD = ../../support/nfs/libnfsconf.la
|
|
|
|
-static_la_SOURCES = static.c
|
|
+static_la_SOURCES = static.c nfsidmap_common.c
|
|
static_la_LDFLAGS = -module -avoid-version
|
|
static_la_LIBADD = ../../support/nfs/libnfsconf.la
|
|
|
|
-regex_la_SOURCES = regex.c
|
|
+regex_la_SOURCES = regex.c nfsidmap_common.c
|
|
regex_la_LDFLAGS = -module -avoid-version
|
|
regex_la_LIBADD = ../../support/nfs/libnfsconf.la
|
|
|
|
-umich_ldap_la_SOURCES = umich_ldap.c
|
|
+umich_ldap_la_SOURCES = umich_ldap.c nfsidmap_common.c
|
|
umich_ldap_la_LDFLAGS = -module -avoid-version
|
|
umich_ldap_la_LIBADD = -lldap $(KRB5_GSS_LIB) ../../support/nfs/libnfsconf.la
|
|
|
|
-gums_la_SOURCES = gums.c
|
|
+gums_la_SOURCES = gums.c nfsidmap_common.c
|
|
gums_la_LDFLAGS = -module -avoid-version
|
|
|
|
man3_MANS = nfs4_uid_to_name.3
|