diff options
author | Ted Gould <ted@canonical.com> | 2009-09-09 09:18:53 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-09 09:18:53 -0500 |
commit | 5c8de01d9d2dd7167e51b60a8453737e3af49131 (patch) | |
tree | c376b6835b9e49aa647f6a91a8edc6f7736351b1 /Makefile.am | |
parent | 81f620106e2776cc1cf54a3dbadd9575d21b6264 (diff) | |
download | ayatana-indicator-messages-5c8de01d9d2dd7167e51b60a8453737e3af49131.tar.gz ayatana-indicator-messages-5c8de01d9d2dd7167e51b60a8453737e3af49131.tar.bz2 ayatana-indicator-messages-5c8de01d9d2dd7167e51b60a8453737e3af49131.zip |
Adding in the local install flag to make that distcheck passes.
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 7220eba..7d58c6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,3 +3,5 @@ SUBDIRS = \ src \ data +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall + |