diff options
author | Ted Gould <ted@gould.cx> | 2009-12-20 22:18:24 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-20 22:18:24 -0600 |
commit | 28d5faef89e4838418149d17c1deafba99e48ec0 (patch) | |
tree | 6bf6894a772f4c8b9e6f444aa1531c16eb066834 /Makefile.am | |
parent | 75de7c2ea6df3d7a4b5f245a0e7fea706a8a93ee (diff) | |
parent | cd57997811b56c369eb3891ff0d92bc0cf503133 (diff) | |
download | libayatana-appindicator-28d5faef89e4838418149d17c1deafba99e48ec0.tar.gz libayatana-appindicator-28d5faef89e4838418149d17c1deafba99e48ec0.tar.bz2 libayatana-appindicator-28d5faef89e4838418149d17c1deafba99e48ec0.zip |
Adding in icon path support.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a9b445c..4d38ef8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,8 @@ EXTRA_DIST = \ xmldocs.make \ autogen.sh \ COPYING.LGPL.2.1 \ - COPYING.LGPL.3 + COPYING.LGPL.3 \ + ChangeLog DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-localinstall |