From: Michael Jerris Date: Tue, 18 Mar 2014 18:07:04 +0000 (-0400) Subject: remove file listed twice X-Git-Tag: v1.5.12~443 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4b3faadc8e7d59271f8e0fd77306e462c2579c3;p=thirdparty%2Ffreeswitch.git remove file listed twice --- diff --git a/libs/esl/Makefile b/libs/esl/Makefile index e85cf349f3..b993a1ac78 100644 --- a/libs/esl/Makefile +++ b/libs/esl/Makefile @@ -11,7 +11,7 @@ MYLIB=libesl.a LIBS=-lncurses -lesl -lpthread -lm $(TINFO_LIBS) LDFLAGS=-L. $(SYSTEM_LDFLAGS) OBJS=src/esl.o src/esl_event.o src/esl_threadmutex.o src/esl_config.o src/esl_json.o src/esl_buffer.o -SRC=src/esl.c src/esl_json.c src/esl_event.c src/esl_threadmutex.c src/esl_config.c src/esl_oop.cpp src/esl_json.c src/esl_buffer.c +SRC =src/esl.c src/esl_event.c src/esl_threadmutex.c src/esl_config.c src/esl_json.c src/esl_buffer.c src/esl_oop.cpp HEADERS=src/include/esl_config.h src/include/esl_event.h src/include/esl.h src/include/esl_threadmutex.h src/include/esl_oop.h src/include/esl_json.h src/include/esl_buffer.h SOLINK=-shared -Xlinker -x # comment the next line to disable c++ (no swig mods for you then)