diff options
author | Julien Cristau <jcristau@debian.org> | 2008-04-20 19:18:19 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-04-20 19:18:19 +0200 |
commit | 5e806152643740057bd43869122ea8ff05a9d384 (patch) | |
tree | f9073c69bff2cc039fe1f4cedc08d4ae6259fe33 | |
parent | 771817cc3923a0f142b941234047fa0020cb231d (diff) |
Use AM_CFLAGS instead of xload_CFLAGS and remove AM_PROG_CC_C_O
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f48752e..4c51f61 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xload -xload_CFLAGS = $(XLOAD_CFLAGS) +AM_CFLAGS = $(XLOAD_CFLAGS) xload_LDADD = $(XLOAD_LIBS) xload_SOURCES = \ diff --git a/configure.ac b/configure.ac index 7436c56..d310de8 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,6 @@ AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) AC_PROG_CC -AM_PROG_CC_C_O AC_PROG_INSTALL ### How to check load average on various OS'es: |