gstreamer/tests/muxing/Makefile.am
Wrobell d4d144032c - use GST_CFLAGS only
Original commit message from CVS:
- use GST_CFLAGS only
- use AM_CFLAGS instead of CFLAGS so user cflags are not overwritten
- use LDADD instead of LIBS (by analogy for <program>_LDADD, look for
example in tools/Makefile.am) - kill me if it is wrong
2001-12-16 18:49:35 +00:00

5 lines
72 B
Makefile

noinst_PROGRAMS = case1
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)