]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove file listed twice
authorMichael Jerris <mike@jerris.com>
Tue, 18 Mar 2014 18:07:04 +0000 (14:07 -0400)
committerMichael Jerris <mike@jerris.com>
Tue, 18 Mar 2014 18:07:04 +0000 (14:07 -0400)
libs/esl/Makefile

index e85cf349f3f01d5e6312064143bfe0f56e01cd11..b993a1ac78f756c182d831160f587ee0843395ca 100644 (file)
@@ -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)