mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
cda24bb930
Original commit message from CVS: * configure.ac: * gst/level/Makefile.am: * gst/level/level-example.c: * tests/Makefile.am: * tests/examples/level/Makefile.am: * tests/examples/level/level-example.c: (message_handler), (main): moved level-example to tests/examples/level-example * tests/old/examples/level/demo.c: (main): * tests/old/examples/level/plot.c: (main): some initial fixes
4 lines
104 B
Makefile
4 lines
104 B
Makefile
noinst_PROGRAMS = level-example
|
|
level_example_CFLAGS = $(GST_CFLAGS)
|
|
level_example_LDADD = $(GST_LIBS)
|
|
|