freeswitch/libs/freetdm/sample/dso/Makefile

14 lines
210 B
Makefile
Raw Normal View History

2010-05-12 15:54:50 +00:00
CC=gcc
CFLAGS=-Wall -I/usr/local/freeswitch/include
LDFLAGS=-L/usr/local/freeswitch/lib -lfreetdm
ftdmload: ftdmload.o
clean:
rm -rf ftdmload.o
export:
export LD_LIBRARY_PATH=/usr/local/freeswitch/lib