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)
|
# comment the next line to disable c++ (no swig mods for you then)
|
||||||
OBJS += src/esl_oop.o
|
OBJS += src/esl_oop.o
|
||||||
|
|
||||||
all: $(MYLIB) fs_cli testclient testserver ivrd pymod
|
all: $(MYLIB) fs_cli testclient testserver ivrd
|
||||||
|
|
||||||
install: pymod-install
|
|
||||||
|
|
||||||
$(MYLIB): $(OBJS) $(HEADERS) $(SRC)
|
$(MYLIB): $(OBJS) $(HEADERS) $(SRC)
|
||||||
ar rcs $(MYLIB) $(OBJS)
|
ar rcs $(MYLIB) $(OBJS)
|
||||||
|
|
Loading…
Reference in New Issue