gstreamer/tools/Makefile.am
Wim Taymans 7411cfe17e Made the GstProps a GList instead of a GSList
Original commit message from CVS:
Made the GstProps a GList instead of a GSList
Some fixes to inspect: added the mime type
2001-01-03 20:21:22 +00:00

7 lines
212 B
Makefile

bin_PROGRAMS = gstreamer-launch gstreamer-register gstreamer-inspect
CFLAGS = -g -Wall -O2
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)