From 51edc2016eeddaf371238a9eeb19571dc631b675 Mon Sep 17 00:00:00 2001 From: Ruben Laguna Date: Sat, 31 Jan 2015 20:37:04 +0100 Subject: [PATCH] Add AM_CFLAGS --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 75cc8b9..859e9ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +AM_CFLAGS = # CFLAGS applicable to all executables (products) + bin_PROGRAMS = myexecutable myexecutable_SOURCES = \ src/main.c