Fixed build
This commit is contained in:
parent
0925491872
commit
683cc1a1ae
|
@ -5,9 +5,9 @@ BINDIR = $(PREFIX)/bin
|
|||
CC = cc
|
||||
CPPFLAGSF=
|
||||
CPPFLAGS=
|
||||
CFLAGSF = -W `pkg-config --cflags libSystem`
|
||||
CFLAGSF = -W `pkg-config --cflags libApp`
|
||||
CFLAGS = -Wall -g -O2 -pedantic
|
||||
LDFLAGSF= `pkg-config --libs libSystem` -Wl,--export-dynamic
|
||||
LDFLAGSF= `pkg-config --libs libApp` -Wl,--export-dynamic
|
||||
LDFLAGS =
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
# define INIT_INIT_H
|
||||
|
||||
# include <System.h>
|
||||
# include <System/App.h>
|
||||
|
||||
|
||||
/* Init */
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
targets=../data/Init.h,Init
|
||||
cflags_force=-W `pkg-config --cflags libSystem`
|
||||
cflags_force=-W `pkg-config --cflags libApp`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=`pkg-config --libs libSystem` -Wl,--export-dynamic
|
||||
ldflags_force=`pkg-config --libs libApp` -Wl,--export-dynamic
|
||||
ldflags=
|
||||
dist=Makefile,appbroker.sh,common.h,init.h,service.h,session.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user