diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index bc5e517..acace9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,9 +62,8 @@ getcifsacl_LDADD = -ldl man_MANS += getcifsacl.1 bin_PROGRAMS += setcifsacl -setcifsacl_SOURCES = setcifsacl.c -setcifsacl_LDADD = $(WBCLIENT_LIBS) -setcifsacl_CFLAGS = $(WBCLIENT_CFLAGS) +setcifsacl_SOURCES = setcifsacl.c idmap_plugin.c +setcifsacl_LDADD = -ldl man_MANS += setcifsacl.1 endif |