forked from Mirrors/freeswitch
59d9fa452c
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@640 d0543943-73ff-0310-b7d9-9358b9ac24b2
10 lines
124 B
Bash
Executable File
10 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./configure $@
|
|
$MAKE depend
|
|
cd libraries
|
|
$MAKE
|
|
$MAKE install
|
|
cd ../include
|
|
cp -p ldap*.h lber*.h $PREFIX/include
|