diff options
author | Ted Gould <ted@canonical.com> | 2009-06-10 09:48:51 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-10 09:48:51 -0500 |
commit | 4a3887142581168e9eda220bd22c1b9f10073fd1 (patch) | |
tree | a7cbf6b80689e85a67ca6f7e79d27a3d3afae472 /Makefile.am | |
parent | b00bec83c75676a02eb6bebc2c51d5f0376dcf34 (diff) | |
download | ayatana-indicator-session-4a3887142581168e9eda220bd22c1b9f10073fd1.tar.gz ayatana-indicator-session-4a3887142581168e9eda220bd22c1b9f10073fd1.tar.bz2 ayatana-indicator-session-4a3887142581168e9eda220bd22c1b9f10073fd1.zip |
Adding a configure flag so that indicators can be installed locally for distcheck purposes.
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 + |