summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 8e852194bc6f0c82611436d7375cfaa9a4b980b0 (plain)
1
2
3
4
5
6
noinst_PROGRAMS = listcomponents

listcomponents_SOURCES = listcomponents.c
listcomponents_LDADD = $(GLIB_LIBS)
listcomponents_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/omx/openmax $(GST_OPTION_CFLAGS)