commit | 84aaaedfa6295ebe1f24b114b35ab0f53c138bbd | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Jan 02 16:32:03 2015 -0200 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Jan 02 16:32:03 2015 -0200 |
tree | 39d4510acfb68b0f94666db91fde5a50ec3b4cb8 | |
parent | b35bf2a11cfe14d4705e432987bec875d62e4d3d [diff] [blame] |
build-sys: rename cflags/ldflags variable Not all of them are for warnings or gc.
diff --git a/Makefile.am b/Makefile.am index 13ed37c..b9fc8ea 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -20,8 +20,8 @@ -DSYSCONFDIR=\""$(sysconfdir)"\" \ ${zlib_CFLAGS} -AM_CFLAGS = $(WARNINGFLAGS) -AM_LDFLAGS = $(GCLDFLAGS) +AM_CFLAGS = $(OUR_CFLAGS) +AM_LDFLAGS = $(OUR_LDFLAGS) SED_PROCESS = \ $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(SED) \