diff options
author | Kevin E Martin <kem@kem.org> | 2005-10-04 23:15:11 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-10-04 23:15:11 +0000 |
commit | 358ae071207882e6202bfaa4c0dd341f7239c307 (patch) | |
tree | 53ade178c138bdeca256f74578eca4b140acb3ee | |
parent | c3f282e1aa6176896089ea79be84b7250888a65c (diff) |
Add bitmap.icon to EXTRA_DIST
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -0,0 +1,4 @@ +2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * Makefile.am: + Add bitmap.icon to EXTRA_DIST diff --git a/Makefile.am b/Makefile.am index ba2ac65..b1bfc36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ SUFFIXES = .ad appdefault_DATA = $(APPDEFAULTFILES) -EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) +EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) bitmap.icon CLEANFILES = $(APPDEFAULTFILES) # bitmaps |