diff options
author | Karel Zak <kzak@redhat.com> | 2013-02-27 12:39:21 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2013-03-01 10:32:36 +0100 |
commit | d4050fa3978508ec2b7cc4900efcaf5639fa4af3 (patch) | |
tree | 9b751eb4484e87d40a28d9ad74dff4bf48c4377f /Makefile.am | |
parent | 99726daeeef24bee047f966aeb5c9207626f22b1 (diff) |
build-sys: add stuff for $ARCH
- add m4/arch.m4 to setup ARCH_<NAME> automake conditionals
- use "if ARCH_<NAME>" in build system rather than make ifeq
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0636cd3..e0de815 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,5 +23,5 @@ AM_CPPFLAGS = -include config.h AM_CFLAGS = AM_LDFLAGS = - EXTRA_DIST = autogen.sh README LICENSE + |