mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-04 23:37:10 +02: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:
parent
3db955c471
commit
9ac3351aa5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user