Make sure the test program builds easily as well

This commit is contained in:
Pierre Pronchery 2011-05-10 13:52:33 +00:00
parent a4a79933a1
commit 64167bd41b
3 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ PREFIX = /usr/local
DESTDIR =
BINDIR = $(PREFIX)/bin
CC = cc
CPPFLAGSF=
CPPFLAGSF= -I ../include
CPPFLAGS=
CFLAGSF = -W `pkg-config --cflags gtk+-2.0`
CFLAGS = -Wall -g -O2

View File

@ -1,4 +1,5 @@
targets=panel_test
cppflags_force=-I ../include
cflags_force=-W `pkg-config --cflags gtk+-2.0`
cflags=-Wall -g -O2
ldflags_force=`pkg-config --libs libSystem gtk+-2.0`

View File

@ -22,7 +22,7 @@
#include <string.h>
#include <dlfcn.h>
#include <gtk/gtk.h>
#include <Panel.h>
#include "Panel.h"
#include "../config.h"