diff options
author | Ted Gould <ted@canonical.com> | 2009-02-16 13:29:50 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-16 13:29:50 -0600 |
commit | d4ebcf175465d66f7a6fbc884c08d4a3a0b4f447 (patch) | |
tree | 5e93aba8d6f0a15a202a45b2c4e7c469ee88d45f /Makefile.am | |
parent | 25bb9e34549c97b78841e67c6040c1322bd2d9fb (diff) | |
download | libayatana-indicator-d4ebcf175465d66f7a6fbc884c08d4a3a0b4f447.tar.gz libayatana-indicator-d4ebcf175465d66f7a6fbc884c08d4a3a0b4f447.tar.bz2 libayatana-indicator-d4ebcf175465d66f7a6fbc884c08d4a3a0b4f447.zip |
Trying to add in some extra files that seem useful for building, gtk-doc still fails.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index aa9b4d6..a9fb31d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,3 +6,11 @@ SUBDIRS = \ data \ po \ docs + +EXTRA_DIST = \ + gtk-doc.make \ + omf.make \ + xmldocs.make + +DISTCLEANFILES = \ + indicator-applet-*.tar.gz |