summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-28 20:48:06 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-28 20:48:06 +0100
commit2d1fb8ab5940d9751257ccc053bcd75e75f07035 (patch)
treef03fd3f728a512311d1212940d098ba4d68fa19a /Makefile.am
parent2770e496969a14b2dd82b2817f706b34f14b6e80 (diff)
removed custom pixmaps from makefiles
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/Makefile.am b/Makefile.am
index 0bf99b0e..f8e7c511 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,6 @@ SUBDIRS = gme/Game_Music_Emu-0.5.2\
gme/Game_Music_Emu-0.5.2/gme\
sid/sidplay-libs-2.1.0\
dumb\
- pixmaps\
icons\
plugins/hotkeys\
plugins/ffap\
@@ -63,25 +62,3 @@ desktopdir = $(datadir)/applications
desktop_DATA = deadbeef.desktop
EXTRA_DIST = $(docs_DATA) $(desktop_DATA)
-
-#install-data-local:
-# @$(NORMAL_INSTALL)
-# if test -d $(srcdir)/pixmaps; then \
-# $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
-# for pixmap in $(srcdir)/pixmaps/*; do \
-# if test -f $$pixmap; then \
-# $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
-# fi \
-# done \
-# fi
-#
-#dist-hook:
-# if test -d pixmaps; then \
-# mkdir $(distdir)/pixmaps; \
-# for pixmap in pixmaps/*; do \
-# if test -f $$pixmap; then \
-# cp -p $$pixmap $(distdir)/pixmaps; \
-# fi \
-# done \
-# fi
-#