mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 11:40:38 +00:00
49b6a51534
Original commit message from CVS: Fixed makefiles for docs Added eos test programs
6 lines
161 B
Makefile
6 lines
161 B
Makefile
noinst_PROGRAMS = case1
|
|
|
|
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
|
CFLAGS = -Wall
|
|
|
|
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|