mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
11 lines
293 B
Makefile
11 lines
293 B
Makefile
|
noinst_PROGRAMS = example1 example2 example3 example4
|
||
|
|
||
|
example1_SOURCES = example1.cpp
|
||
|
example2_SOURCES = example2.cpp
|
||
|
example3_SOURCES = example3.cpp
|
||
|
example4_SOURCES = example4.cpp
|
||
|
|
||
|
INCLUDES = @RTP_JTHREADINCLUDES@ @RTP_GSTINCLUDES@ -I ../src/
|
||
|
LDADD = ../src/.libs/libjrtp.a @RTP_LINKLIBS@
|
||
|
|