diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-10-30 02:24:08 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-10-30 02:24:08 +0000 |
commit | 34369c4b77c43ba4bc3992c59770d91024728e2e (patch) | |
tree | 6c7adf7308811528653fed0c48241db09b4ffb0d | |
parent | c486e64596db92a4319f48f27832fd7ff8cc639d (diff) | |
download | fetchmail-34369c4b77c43ba4bc3992c59770d91024728e2e.tar.gz fetchmail-34369c4b77c43ba4bc3992c59770d91024728e2e.tar.bz2 fetchmail-34369c4b77c43ba4bc3992c59770d91024728e2e.zip |
Ship fetchmail.xpm file.
svn path=/branches/BRANCH_6-3/; revision=5447
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ad0e369f..cb899f00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -140,7 +140,9 @@ DISTDOCS= FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \ # extra directories to ship distdirs = rh-config contrib beos -EXTRA_DIST+= $(DISTDOCS) fetchmail.spec $(distdirs) ucs/README.svn \ +EXTRA_DIST+= $(DISTDOCS) $(distdirs) \ + ucs/README.svn \ + fetchmail.spec fetchmail.xpm \ trio/CHANGES trio/README \ strlcpy.3 bighand.png \ m4/codeset.m4 \ |