The libSystem is not needed so far

This commit is contained in:
Pierre Pronchery 2006-11-05 22:39:32 +00:00
parent 485889d7e6
commit 0ee5805e9b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ INCLUDEDIR= $(PREFIX)/include
CC = cc CC = cc
CFLAGSF = -W `pkg-config gtk+-2.0 --cflags` CFLAGSF = -W `pkg-config gtk+-2.0 --cflags`
CFLAGS = -Wall -g -O2 -ansi CFLAGS = -Wall -g -O2 -ansi
LDFLAGSF= `pkg-config gtk+-2.0 --libs` -l System LDFLAGSF= `pkg-config gtk+-2.0 --libs`
RM = rm -f RM = rm -f
MKDIR = mkdir -p MKDIR = mkdir -p
INSTALL = install INSTALL = install

View File

@ -2,7 +2,7 @@ subdirs=account
targets=mailer targets=mailer
cflags_force=-W `pkg-config gtk+-2.0 --cflags` cflags_force=-W `pkg-config gtk+-2.0 --cflags`
cflags=-Wall -g -O2 -ansi cflags=-Wall -g -O2 -ansi
ldflags_force=`pkg-config gtk+-2.0 --libs` -l System ldflags_force=`pkg-config gtk+-2.0 --libs`
ldlflags= ldlflags=
dist=Makefile,mailer.h dist=Makefile,mailer.h