summaryrefslogtreecommitdiff
path: root/docs/examples/glib_blinkenlight_observer/Makefile.am
blob: dced68c914026d429abb4d335acb12119c34e4a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDES = $(TELEPATHY_GLIB_CFLAGS)
LDADD = $(TELEPATHY_GLIB_LIBS)

noinst_PROGRAMS = blinkenlight-observer

blinkenlight_observer_SOURCES = \
	observer.c observer.h \
	channel.c channel.h \
	main.c

include $(top_srcdir)/docs/rsync-dist.make