Fixed build

This commit is contained in:
Pierre Pronchery 2011-03-28 00:02:42 +00:00
parent 0925491872
commit 683cc1a1ae
3 changed files with 5 additions and 4 deletions

View File

@ -5,9 +5,9 @@ BINDIR = $(PREFIX)/bin
CC = cc CC = cc
CPPFLAGSF= CPPFLAGSF=
CPPFLAGS= CPPFLAGS=
CFLAGSF = -W `pkg-config --cflags libSystem` CFLAGSF = -W `pkg-config --cflags libApp`
CFLAGS = -Wall -g -O2 -pedantic CFLAGS = -Wall -g -O2 -pedantic
LDFLAGSF= `pkg-config --libs libSystem` -Wl,--export-dynamic LDFLAGSF= `pkg-config --libs libApp` -Wl,--export-dynamic
LDFLAGS = LDFLAGS =
RM = rm -f RM = rm -f
LN = ln -f LN = ln -f

View File

@ -19,6 +19,7 @@
# define INIT_INIT_H # define INIT_INIT_H
# include <System.h> # include <System.h>
# include <System/App.h>
/* Init */ /* Init */

View File

@ -1,7 +1,7 @@
targets=../data/Init.h,Init targets=../data/Init.h,Init
cflags_force=-W `pkg-config --cflags libSystem` cflags_force=-W `pkg-config --cflags libApp`
cflags=-Wall -g -O2 -pedantic cflags=-Wall -g -O2 -pedantic
ldflags_force=`pkg-config --libs libSystem` -Wl,--export-dynamic ldflags_force=`pkg-config --libs libApp` -Wl,--export-dynamic
ldflags= ldflags=
dist=Makefile,appbroker.sh,common.h,init.h,service.h,session.h dist=Makefile,appbroker.sh,common.h,init.h,service.h,session.h