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