diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0ed9c6401..04c22158f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,9 @@ SUBDIRS = replace common server sss_client RPMBUILD ?= $(PWD)/rpmbuild +#Some old versions of automake don't define builddir +builddir ?= . + dist_noinst_DATA = \ sssd.spec.in \ BUILD.txt \ |