summaryrefslogtreecommitdiff
path: root/tests/examples/gio/Makefile.am
blob: 278edb7111b869cec878af34f2d8b5f6b89d3fa7 (plain)
1
2
3
4
5
6
7
8
if HAVE_GTK
if USE_GIO
noinst_PROGRAMS = giosrc-mounting
giosrc_mounting_SOURCES = giosrc-mounting.c
giosrc_mounting_CFLAGS = $(GTK_CFLAGS) $(GIO_CFLAGS) $(GST_CFLAGS)
giosrc_mounting_LDFLAGS = $(GTK_LIBS) $(GIO_LIBS) $(GST_LIBS)
endif
endif