[go: up one dir, main page]

Menu

[ab0eb4]: / examples / Makefile.am  Maximize  Restore  History

Download this file

14 lines (9 with data), 426 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
MAINTAINERCLEANFILES = Makefile.in
noinst_PROGRAMS = example_server example_client nonblocking_server_example
AM_CFLAGS = -Wall -I@top_srcdir@
example_server_SOURCES = example_server.c
example_server_LDADD = ../src/liblo.la
example_client_SOURCES = example_client.c
example_client_LDADD = ../src/liblo.la
nonblocking_server_example_SOURCES = nonblocking_server_example.c
nonblocking_server_example_LDADD = ../src/liblo.la