From 94e4efb2a769f18944d922f5a5e1567116635acf Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 12:26:56 -0400 Subject: More autotools migration --- src/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..f14314a --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,9 @@ +sbin_PROGRAMS= duser + +duser_CFLAGS=-O2 -Wall -Wextra -I../include + +duser_SOURCES= duser.c \ + user.c \ + util.c \ + log.c \ + cfg.c -- cgit From d538d7194beef487985a5082ac63b672c3930ffe Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 12:55:38 -0400 Subject: Add platform detection for Linux vs Solaris --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index f14314a..45d46ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,5 @@ sbin_PROGRAMS= duser -duser_CFLAGS=-O2 -Wall -Wextra -I../include - duser_SOURCES= duser.c \ user.c \ util.c \ -- cgit