diff options
author | Ted Gould <ted@canonical.com> | 2009-08-12 22:45:07 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-12 22:45:07 -0600 |
commit | 76e386da015a29e46291fe66848d376e340eed7b (patch) | |
tree | 022e6fcb65624fa4647d3c7de1ab326b70ef0c58 /Makefile.am | |
parent | 0fe5f1695242c35ad6ce071f01736235869ea146 (diff) | |
parent | 6cb2b444b5ddd3d123b5cd780f9db4a3788fd877 (diff) | |
download | ayatana-indicator-session-76e386da015a29e46291fe66848d376e340eed7b.tar.gz ayatana-indicator-session-76e386da015a29e46291fe66848d376e340eed7b.tar.bz2 ayatana-indicator-session-76e386da015a29e46291fe66848d376e340eed7b.zip |
Fixes by the distro team found in their packaging of indicator-sus
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 7d58c6b..f63afb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,5 +3,7 @@ SUBDIRS = \ src \ data +EXTRA_DIST = COPYING.LGPL + DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |