aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-05 11:04:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-05 11:04:58 +0000
commite34571d254095cc711ad97d3799ad6c12792726e (patch)
tree97723256cfbcd08459415b23a08762975a8b9550 /src
parent77c7f451c0b74e35bbc0ac086b0d5cdb87038c61 (diff)
fixed 'make distcheck'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@401 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/pixmaps/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/pixmaps/Makefile.am b/src/pixmaps/Makefile.am
index 02a11f98..e3d35225 100644
--- a/src/pixmaps/Makefile.am
+++ b/src/pixmaps/Makefile.am
@@ -65,10 +65,8 @@ EXTRA_DIST = \
jpilot.xpm \
ldap.xpm \
vcard.xpm \
- mail.xpm
+ mail.xpm \
+ $(BUILT_SOURCES)
%.h: %.png
gdk-pixbuf-csource --name=`echo $(*F)|sed s/-/_/g` $< > $@
-
-clean:
- rm -f $(BUILT_SOURCES)