revert 44bfcf1d7c
this breaks the build for everyone who does not have python-dev package
This commit is contained in:
parent
11d1107f34
commit
2fa993f4ee
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue