From 39648419825cddfea1cb1321e552a12b71fede14 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 20 Aug 2009 19:19:00 +0100 Subject: Fix location of pixmaps so it can potentially be themed --- src/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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"\" -- cgit v1.2.3