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