diff --git a/libs/esl/Makefile b/libs/esl/Makefile index da7926d49b..7363304cdb 100644 --- a/libs/esl/Makefile +++ b/libs/esl/Makefile @@ -16,9 +16,7 @@ SOLINK=-shared -Xlinker -x # comment the next line to disable c++ (no swig mods for you then) OBJS += src/esl_oop.o -all: $(MYLIB) fs_cli testclient testserver ivrd pymod - -install: pymod-install +all: $(MYLIB) fs_cli testclient testserver ivrd $(MYLIB): $(OBJS) $(HEADERS) $(SRC) ar rcs $(MYLIB) $(OBJS)