omxallocator: fix leak with a proper chaining finalize
[platform/upstream/gstreamer.git] / tools / Makefile.am
1 noinst_PROGRAMS = listcomponents
2
3 listcomponents_SOURCES = listcomponents.c
4 listcomponents_LDADD = $(GLIB_LIBS)
5 listcomponents_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)/omx/openmax $(GST_OPTION_CFLAGS)
6