I'm too lazy to comment this
[platform/upstream/gstreamer.git] / examples / retag / Makefile.am
1 noinst_PROGRAMS = retag transcode
2
3 retag_LDADD = $(GST_LIBS) 
4 retag_CFLAGS = $(GST_CFLAGS)
5
6 transcode_LDADD = $(GST_LIBS)
7 transcode_CFLAGS = $(GST_CFLAGS)