From 2a4fd4a08988040bac411b8e191aadedfae4b967 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 24 Apr 2010 17:37:30 +0000 Subject: [PATCH] Fixed the order of header inclusion --- src/applets/Makefile | 2 +- src/applets/project.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applets/Makefile b/src/applets/Makefile index 43561fd..62d5e02 100644 --- a/src/applets/Makefile +++ b/src/applets/Makefile @@ -3,7 +3,7 @@ PREFIX = /usr/local DESTDIR = LIBDIR = $(PREFIX)/lib CC = cc -CPPFLAGSF= -I $(PREFIX)/include -I ../../include +CPPFLAGSF= -I ../../include -I $(PREFIX)/include CPPFLAGS= CFLAGSF = -W `pkg-config --cflags gtk+-2.0` -fPIC CFLAGS = -Wall -g -O2 -pedantic diff --git a/src/applets/project.conf b/src/applets/project.conf index d991e94..ae9c37a 100644 --- a/src/applets/project.conf +++ b/src/applets/project.conf @@ -1,5 +1,5 @@ targets=battery,bluetooth,clock,cpu,cpufreq,desktop,gps,gsm,lock,logout,main,memory,pager,swap,systray,tasks,volume -cppflags_force=-I $(PREFIX)/include -I ../../include +cppflags_force=-I ../../include -I $(PREFIX)/include #cppflags=-D EMBEDDED cflags_force=-W `pkg-config --cflags gtk+-2.0` -fPIC cflags=-Wall -g -O2 -pedantic