summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: 1eea3671a0426e0c8ef796e337a369bdd6a065ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
NULL =

AM_CPPFLAGS =							\
	-I$(top_srcdir)						\
	$(GLIB_CFLAGS)						\
	$(NULL)

noinst_PROGRAMS = matemixer-monitor

matemixer_monitor_SOURCES = monitor.c

matemixer_monitor_CFLAGS =					\
	$(WARN_CFLAGS)						\
	$(NULL)

matemixer_monitor_LDADD =                                       \
	$(GLIB_LIBS)                                            \
	$(top_builddir)/libmatemixer/libmatemixer.la

EXTRA_DIST = monitor.c

-include $(top_srcdir)/git.mk