annotate src/liblo-0.26/examples/Makefile.am @ 78:7ea7031c0e5c
pa_catalina
Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author |
Chris Cannam |
date |
Wed, 30 Oct 2019 11:28:45 +0000 |
parents |
e13257ea84a4 |
children |
|
rev |
line source |
Chris@4
|
1 MAINTAINERCLEANFILES = Makefile.in
|
Chris@4
|
2
|
Chris@4
|
3 noinst_PROGRAMS = example_server example_client nonblocking_server_example
|
Chris@4
|
4 AM_CFLAGS = -Wall -I@top_srcdir@
|
Chris@4
|
5
|
Chris@4
|
6 example_server_SOURCES = example_server.c
|
Chris@4
|
7 example_server_LDADD = ../src/liblo.la
|
Chris@4
|
8
|
Chris@4
|
9 example_client_SOURCES = example_client.c
|
Chris@4
|
10 example_client_LDADD = ../src/liblo.la
|
Chris@4
|
11
|
Chris@4
|
12 nonblocking_server_example_SOURCES = nonblocking_server_example.c
|
Chris@4
|
13 nonblocking_server_example_LDADD = ../src/liblo.la
|