This commit is contained in:
cypromis
2011-03-20 11:00:51 +01:00
parent c885d09f23
commit 44bfcf1d7c
3 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ 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
all: $(MYLIB) fs_cli testclient testserver ivrd pymod
install: pymod-install
$(MYLIB): $(OBJS) $(HEADERS) $(SRC)
ar rcs $(MYLIB) $(OBJS)