gstreamer/examples/helloworld/Makefile.am
Wrobell 18ae9a069d - use GST_CFLAGS and GST_LIBS only
Original commit message from CVS:
- use GST_CFLAGS and GST_LIBS only
2001-12-17 12:47:39 +00:00

5 lines
95 B
Makefile

noinst_PROGRAMS = helloworld
helloworld_LDADD = $(GST_LIBS)
helloworld_CFLAGS = $(GST_CFLAGS)