diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-31 16:52:55 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-31 17:03:25 -0400 |
commit | a458825e9c6afe109460ebc1d0ca1fc08c6661a1 (patch) | |
tree | 33ec28f4a07449739b03d6cf86edff069cfeabca /Makefile.am | |
parent | 396dd7f191773a903dc13f476e0f968dc1645407 (diff) |
config: update and relocate AX_DEFINE_DIR macro
Remove deprecated acinclude.m4 macro container file
Use separate macro files as per autoconf recommendation
Use the latest macro from GNU
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1063365..254dc72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,8 @@ bin_PROGRAMS = xload AM_CFLAGS = $(CWARNFLAGS) $(XLOAD_CFLAGS) xload_LDADD = $(XLOAD_LIBS) +ACLOCAL_AMFLAGS = -I m4 + xload_SOURCES = \ get_load.c \ get_rload.c \ |