annotate src/liblo-0.26/examples/Makefile.am @ 163:5cc1366da2e9

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