]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
just do the sounds too
authorBrian West <brian@freeswitch.org>
Tue, 22 Jul 2014 20:19:40 +0000 (15:19 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 22 Jul 2014 20:19:52 +0000 (15:19 -0500)
build/Makefile.centos5
build/Makefile.centos6
build/Makefile.openbsd
build/Makefile.solaris11

index 7eab269d4606fcbb7be11a4a8bceb9c06980c721..ba3188603b926b32b059d74f8d1354d3dffb74c3 100644 (file)
@@ -32,7 +32,7 @@ freeswitch.git/bootstrap.sh: has-git
        test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git  freeswitch.git
 
 install: freeswitch
-       cd freeswitch.git && make install
+       cd freeswitch.git && make install cd-sounds-install cd-moh-install
 
 install-git: .done
 .done:
index c0dd9b761ff5311f522d64374731f46e4d411b9f..463e31c8c72932e7bdc7a91c0edaf2db9d0415cd 100644 (file)
@@ -25,7 +25,7 @@ rpmforge:
        (which rpm && rpm -i http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm) || true
 
 install:
-       cd freeswitch.git && make install
+       cd freeswitch.git && make install cd-sounds-install cd-moh-install
 
 has-git:
        @git --version || (echo "please install git" && false)
index 444471066f95ef6af13cb7b318b2d9896461648e..58b00517208d83f2e543157333163c4948ead5a1 100644 (file)
@@ -27,7 +27,7 @@ freeswitch.git/bootstrap.sh: has-git
        test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git freeswitch.git
 
 install:
-       cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install
+       cd freeswitch.git && AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.14 LIBTOOL=/usr/local/bin/libtoolize gmake install cd-sounds-install cd-moh-install
 
 clean:
        @rm -rf openssl* ldns* jpeg* pcre* perl* pkg-config* speex* sqlite* libedit* curl* *~
index 0097ba119600795b3b9b3f4e68dd34023402abd7..c510808e1ef3a9bd8079cc1371dc2133dc4dbe6a 100644 (file)
@@ -34,7 +34,7 @@ freeswitch.git/bootstrap.sh: has-git
        test -d freeswitch.git || git clone https://stash.freeswitch.org/scm/fs/freeswitch.git  freeswitch.git
 
 install: freeswitch
-       cd freeswitch.git && gmake install
+       cd freeswitch.git && gmake install cd-sounds-install cd-moh-install
 
 install-git:
        pkg install git autoconf automake libtool libjpeg gcc-45 wget