From 9ac3351aa573d425849ab2858f8b00b7e6812c89 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 22 Apr 2015 10:17:23 +0200 Subject: [PATCH] Look for data relative to prefix set by configure This ensures that the data is searched for in the install location. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index f5cc34c..38673a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,6 +32,7 @@ noinst_HEADERS = font.h cpu.h dirdialog.h \ AM_CFLAGS= @CFLAGS@ @SDL_CFLAGS@ AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ \ + -DGMENU2X_SYSTEM_DIR=\"@datadir@/gmenu2x\" \ -fno-exceptions \ -Wall -Wextra -Wundef -Wunused-macros -std=c++11