]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert 44bfcf1d7c3674b1aaa0d587bab71f892ce4bfdb this breaks the build for everyone...
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 21 Mar 2011 20:18:07 +0000 (15:18 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 21 Mar 2011 20:18:07 +0000 (15:18 -0500)
libs/esl/Makefile

index da7926d49b15eb9748e3251764ca11a9acf3afcb..7363304cdb49197b2dd4002b85c4ccc31a3d5c27 100644 (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)