9 lines
218 B
Makefile
9 lines
218 B
Makefile
noinst_PROGRAMS = mxfdemux-structure
|
|
|
|
mxfdemux_structure_SOURCES = mxfdemux-structure.c
|
|
mxfdemux_structure_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
|
mxfdemux_structure_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
|
|
|
noinst_HEADERS =
|
|
|