Fixed building the tools
This commit is contained in:
parent
b74b1848b4
commit
c488b89414
|
@ -4,7 +4,7 @@ DESTDIR =
|
|||
BINDIR = $(PREFIX)/bin
|
||||
CC ?= cc
|
||||
CPPFLAGSF= -I ../include
|
||||
CPPFLAGS= -I $(PREFIX)/include
|
||||
CPPFLAGS=
|
||||
CFLAGSF = -W `pkg-config --cflags libSystem`
|
||||
CFLAGS = -Wall -g -O2 -pedantic
|
||||
LDFLAGSF= -L../src `pkg-config --libs libSystem` -lApp
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* $Id$ */
|
||||
/* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */
|
||||
/* Copyright (c) 2011-2012 Pierre Pronchery <khorben@defora.org> */
|
||||
/* This file is part of DeforaOS System libApp */
|
||||
/* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -20,7 +20,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <System.h>
|
||||
#include "System/App.h"
|
||||
#include "App.h"
|
||||
|
||||
#define APPBROKER_PROGNAME "AppBroker"
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* $Id$ */
|
||||
/* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */
|
||||
/* Copyright (c) 2011-2012 Pierre Pronchery <khorben@defora.org> */
|
||||
/* This file is part of DeforaOS System libApp */
|
||||
/* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -21,7 +21,7 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <System.h>
|
||||
#include "System/App.h"
|
||||
#include "App.h"
|
||||
|
||||
#define APPCLIENT_PROGNAME "AppClient"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
targets=AppBroker,AppClient
|
||||
cppflags_force=-I ../include
|
||||
cppflags=-I $(PREFIX)/include
|
||||
cppflags=
|
||||
cflags_force=-W `pkg-config --cflags libSystem`
|
||||
cflags=-Wall -g -O2 -pedantic
|
||||
ldflags_force=-L../src `pkg-config --libs libSystem` -lApp
|
||||
|
|
Loading…
Reference in New Issue
Block a user