From: Anthony Minessale Date: Mon, 21 Mar 2011 20:18:07 +0000 (-0500) Subject: revert 44bfcf1d7c3674b1aaa0d587bab71f892ce4bfdb this breaks the build for everyone... X-Git-Tag: v1.2-rc1~170^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fa993f4eeeb5dc226318ec1a6a48f02a677eab2;p=thirdparty%2Ffreeswitch.git revert 44bfcf1d7c3674b1aaa0d587bab71f892ce4bfdb this breaks the build for everyone who does not have python-dev package --- 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)