Look for data relative to prefix set by configure

This ensures that the data is searched for in the install location.
This commit is contained in:
Maarten ter Huurne
2015-04-22 10:24:11 +02:00
parent 3db955c471
commit 9ac3351aa5
+1
View File
@@ -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