mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-05 07:31:54 +02:00
Use the Google Sparsehash package that is included in our source tree.
Since Sparsehash consists of headers only, it is just a matter of using the right include path.
This commit is contained in:
parent
9f21df7fed
commit
40f795391d
@ -25,7 +25,7 @@ noinst_HEADERS = asfont.h button.h cpu.h dirdialog.h FastDelegate.h \
|
||||
|
||||
AM_CFLAGS= @CFLAGS@ @SDL_CFLAGS@
|
||||
|
||||
AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@
|
||||
AM_CXXFLAGS = @CXXFLAGS@ @SDL_CFLAGS@ -Isparsehash-1.6/src
|
||||
|
||||
gmenu2x_LDADD = @LIBS@ @SDL_LIBS@ -lfreetype -lSDL_image -lSDL_ttf -lSDL_gfx -lSDL -ljpeg -lpng12 -lz -ldl -lpthread
|
||||
|
||||
|
@ -23,8 +23,8 @@
|
||||
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
#include <google/dense_hash_map>
|
||||
|
||||
#include "google/dense_hash_map"
|
||||
#include "surfacecollection.h"
|
||||
#include "iconbutton.h"
|
||||
#include "translator.h"
|
||||
|
Loading…
Reference in New Issue
Block a user