diff options
author | Ted Gould <ted@canonical.com> | 2009-10-13 14:39:46 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-13 14:39:46 -0500 |
commit | 683109ed34f0f093df792aa50c8133b3b8cdb425 (patch) | |
tree | 1389f7ba64c90fc8f1e2e410ae9ec98638eea6ee | |
parent | 5b565b000b1d890f14eff094dd00edf09a32236a (diff) | |
download | libayatana-appindicator-683109ed34f0f093df792aa50c8133b3b8cdb425.tar.gz libayatana-appindicator-683109ed34f0f093df792aa50c8133b3b8cdb425.tar.bz2 libayatana-appindicator-683109ed34f0f093df792aa50c8133b3b8cdb425.zip |
Local install on distcheck, now it passes.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 77e3b2c..1d1ff09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ SUBDIRS = data \ src +DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |