gstreamer/tests/examples/level/Makefile.am
Stefan Kost 546bc7dbc1 ext/annodex/Makefile.am: Fix CFLAGS/LIBS.
Original commit message from CVS:
* ext/annodex/Makefile.am:
Fix CFLAGS/LIBS.
* ext/cdio/gstcdiocddasrc.c:
* ext/libpng/gstpngdec.c: (gst_pngdec_task):
Include stdlib
* ext/cairo/Makefile.am:
* gst/videofilter/Makefile.am:
* tests/examples/level/Makefile.am:
Use $(LIBM) instead of -lm
2007-07-20 07:41:58 +00:00

4 lines
112 B
Makefile

noinst_PROGRAMS = level-example
level_example_CFLAGS = $(GST_CFLAGS)
level_example_LDADD = $(GST_LIBS) $(LIBM)