From 238650fa55173e0d74bd6cabd6b4945e9b49e956 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 16:44:13 -0400 Subject: Forgot compat.c for Solaris platforms sigh --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 45d46ef..b884eed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ sbin_PROGRAMS= duser -duser_SOURCES= duser.c \ +duser_SOURCES= comat.c \ + duser.c \ user.c \ util.c \ log.c \ -- cgit From 2a35d86814e77814c87cbc8d705a35aa30c61d90 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 16:45:37 -0400 Subject: Fix spelling mistake: comat.c -> compat.c --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index b884eed..ba9d267 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ sbin_PROGRAMS= duser -duser_SOURCES= comat.c \ +duser_SOURCES= compat.c \ duser.c \ user.c \ util.c \ -- cgit