revert 44bfcf1d7c this breaks the build for everyone who does not have python-dev package

This commit is contained in:
Anthony Minessale 2011-03-21 15:18:07 -05:00
parent 11d1107f34
commit 2fa993f4ee
1 changed files with 1 additions and 3 deletions

View File

@ -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)