annotate src/liblo-0.26/examples/Makefile.am @ 83:ae30d91d2ffe
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author |
Chris Cannam |
date |
Fri, 07 Feb 2020 11:51:13 +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
|