Mercurial > hg > sv-dependency-builds
annotate src/liblo-0.26/examples/Makefile.am @ 89:8a15ff55d9af
Add bzip2, zlib, liblo, portaudio sources
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 20 Mar 2013 13:59:52 +0000 |
parents | |
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 |