From b71035ce89480ed66ce855dd0923a5f3371aa0cd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 20 May 2012 23:58:07 +0200 Subject: build-sys: modernize build system --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2fdfc3d..bc45ad0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,9 @@ # License along with libatasmart. If not, If not, see # . +AM_CFLAGS = $(WARNINGFLAGS) +AM_LDFLAGS = $(GCLDFLAGS) + dist_doc_DATA = README EXTRA_DIST = \ -- cgit