diff options
author | linus <linus> | 2010-03-22 14:29:56 +0000 |
---|---|---|
committer | linus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2010-03-22 14:29:56 +0000 |
commit | 97f919d14d6395515d12deb9a24cb91e25985a84 (patch) | |
tree | 859fc99ec5c10856d0d0dde434595ac70e783b47 /Makefile.am | |
parent | f43b8b78f610b02997103203f1c6146b507a9012 (diff) |
Set AUTOMAKE_OPTIONS = foreign to make Automake less picky about
exactly which files exist or not.
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@523 e88ac4ed-0b26-0410-9574-a7f39faa03bf
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 6b52273..0efbf2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = foreign + sbin_PROGRAMS = radsecproxy bin_PROGRAMS = catgconf |