aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-05-14 19:25:48 +0000
committerChristian Grothoff <christian@grothoff.org>2006-05-14 19:25:48 +0000
commit9d1b4f014012e03cd79b0de8b1f2486d39c79080 (patch)
tree6fc6fb2e43889c8055faf7e5d34490a41e75b75a /Makefile.am
parent144785034ca7d3ea8f60cd003f4891c64ba437e3 (diff)
downloadgnunet-gtk-9d1b4f014012e03cd79b0de8b1f2486d39c79080.tar.gz
gnunet-gtk-9d1b4f014012e03cd79b0de8b1f2486d39c79080.zip
libnotify
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 29e2acec..cdcffc05 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,6 @@ install-data-local:
14 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) 14 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
15 $(INSTALL_DATA) gnunet-gtk.glade $(DESTDIR)$(pkgdatadir) 15 $(INSTALL_DATA) gnunet-gtk.glade $(DESTDIR)$(pkgdatadir)
16 @$(NORMAL_INSTALL) 16 @$(NORMAL_INSTALL)
17 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
18 for pixmap in $(srcdir)/pixmaps/*; do \ 17 for pixmap in $(srcdir)/pixmaps/*; do \
19 if test -f $$pixmap; then \ 18 if test -f $$pixmap; then \
20 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir); \ 19 $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir); \