From: Dave Reisner Date: Sat, 2 Jun 2012 17:38:02 +0000 (-0400) Subject: build-sys: include correct source file for chsh X-Git-Tag: v2.22-rc1~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d20b49607eca3bf625b37e6ae001bcfb7b04350;p=thirdparty%2Futil-linux.git build-sys: include correct source file for chsh Signed-off-by: Dave Reisner --- diff --git a/login-utils/Makefile.am b/login-utils/Makefile.am index baa79490d0..f55119199b 100644 --- a/login-utils/Makefile.am +++ b/login-utils/Makefile.am @@ -70,7 +70,7 @@ chfn_CFLAGS = $(chfn_chsh_cflags) chfn_LDFLAGS = $(chfn_chsh_ldflags) chfn_LDADD = $(chfn_chsh_ldadd) -chsh_SOURCES = chfn.c $(chfn_chsh_sources) +chsh_SOURCES = chsh.c $(chfn_chsh_sources) chsh_CFLAGS = $(chfn_chsh_cflags) chsh_LDFLAGS = $(chfn_chsh_ldflags) chsh_LDADD = $(chfn_chsh_ldadd)