Fixed build
This commit is contained in:
parent
0925491872
commit
683cc1a1ae
|
@ -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
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
# define INIT_INIT_H
|
# define INIT_INIT_H
|
||||||
|
|
||||||
# include <System.h>
|
# include <System.h>
|
||||||
|
# include <System/App.h>
|
||||||
|
|
||||||
|
|
||||||
/* Init */
|
/* Init */
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user