Fixed build

This commit is contained in:
Pierre Pronchery 2011-04-30 19:46:32 +00:00
parent 6f3a5259df
commit 701c27ea00
3 changed files with 2 additions and 6 deletions

View File

@ -54,7 +54,6 @@ dist:
$(PACKAGE)-$(VERSION)/src/plugin.c \
$(PACKAGE)-$(VERSION)/src/string.c \
$(PACKAGE)-$(VERSION)/src/token.c \
$(PACKAGE)-$(VERSION)/src/variable.c \
$(PACKAGE)-$(VERSION)/src/Makefile \
$(PACKAGE)-$(VERSION)/src/token.h \
$(PACKAGE)-$(VERSION)/src/project.conf \

View File

@ -18,7 +18,7 @@ INSTALL = install
all: $(TARGETS)
libSystem_OBJS = array.o buffer.o config.o error.o event.o hash.o object.o parser.o plugin.o string.o token.o variable.o
libSystem_OBJS = array.o buffer.o config.o error.o event.o hash.o object.o parser.o plugin.o string.o token.o
libSystem_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
libSystem_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
@ -62,9 +62,6 @@ string.o: string.c
token.o: token.c token.h
$(CC) $(libSystem_CFLAGS) -c token.c
variable.o: variable.c
$(CC) $(libSystem_CFLAGS) -c variable.c
clean:
$(RM) -- $(libSystem_OBJS)

View File

@ -7,7 +7,7 @@ dist=Makefile,token.h
[libSystem]
type=library
sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,object.c,parser.c,plugin.c,string.c,token.c,variable.c
sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,object.c,parser.c,plugin.c,string.c,token.c
ldflags=-ldl
install=$(LIBDIR)