Merge remote branch 'fsorig/master'

This commit is contained in:
Moises Silva
2011-03-21 17:04:30 -04:00
3 changed files with 5 additions and 7 deletions
+1 -3
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)