aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-08-20 19:19:00 +0100
committerThomas White <taw@bitwiz.org.uk>2009-08-20 19:19:00 +0100
commit39648419825cddfea1cb1321e552a12b71fede14 (patch)
tree13e92f15fe245be6d63ef0413cb49b639b6c9063 /src
parentc324c1f0bc2974d154a2dd2ff1472d652f3f45c2 (diff)
Fix location of pixmaps so it can potentially be themed
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ee5ae90..284d5ec 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -7,5 +7,4 @@ openmoocow_LDADD = @LIBS@
#moosynth_LDADD = @LIBS@ -lfftw3
AM_CFLAGS = -Wall -g @CFLAGS@
-AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -DPIXMAPDIR=\""$(prefix)/share/pixmaps/openmoocow"\"
-
+AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -DPIXMAPDIR=\""$(prefix)/share/pixmaps"\"