aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2005-05-31 19:27:19 +0000
committerChristian Grothoff <christian@grothoff.org>2005-05-31 19:27:19 +0000
commit0591dab9147cb9b51b1fd5290b474ca44dfc7989 (patch)
treed1320b01cdc212708a4d4eede2c4370683aa2624 /Makefile.am
parent33b3b26d0ac9a02af0d7ce1f5786dfc70f766c47 (diff)
downloadgnunet-gtk-0591dab9147cb9b51b1fd5290b474ca44dfc7989.tar.gz
gnunet-gtk-0591dab9147cb9b51b1fd5290b474ca44dfc7989.zip
update
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 64175e86..622507db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2 2
3SUBDIRS = po src 3SUBDIRS = doc po src
4 4
5EXTRA_DIST = \ 5EXTRA_DIST = \
6 bootstrap \ 6 bootstrap \
@@ -22,7 +22,7 @@ dist-hook:
22 mkdir $(distdir)/pixmaps; \ 22 mkdir $(distdir)/pixmaps; \
23 for pixmap in pixmaps/*; do \ 23 for pixmap in pixmaps/*; do \
24 if test -f $$pixmap; then \ 24 if test -f $$pixmap; then \
25 cp -p $$pixmap $(distdir); \ 25 cp -p $$pixmap $(distdir)/pixmaps; \
26 fi \ 26 fi \
27 done \ 27 done \
28 fi 28 fi