1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-06-29 00:50:46 +03:00

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:17:23 +02:00
parent 3db955c471
commit 9ac3351aa5

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