From 2fa993f4eeeb5dc226318ec1a6a48f02a677eab2 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 21 Mar 2011 15:18:07 -0500 Subject: [PATCH] revert 44bfcf1d7c3674b1aaa0d587bab71f892ce4bfdb this breaks the build for everyone who does not have python-dev package --- libs/esl/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)