summaryrefslogtreecommitdiff
path: root/examples/Makefile.am (plain)
blob: 3317986fe720e7a9101f52d5dafeb66c8b77e41d
1## Process this file with automake to produce Makefile.in
2
3noinst_PROGRAMS = \
4 network \
5 rawout \
6 wss
7
8INCLUDES = -I$(top_srcdir)/src
9
10LDADD = $(top_builddir)/src/libzvbi.la \
11 $(PTHREAD_LIB) -lm $(PNG_LIB)
12