mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
somehow Makefile.am went zero-bytes
Original commit message from CVS: somehow Makefile.am went zero-bytes
This commit is contained in:
parent
f559fb0928
commit
5c60d369c7
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
bin_PROGRAMS = autoplug
|
||||
|
||||
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
||||
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
|
@ -0,0 +1,4 @@
|
|||
bin_PROGRAMS = autoplug
|
||||
|
||||
LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
|
||||
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
Loading…
Reference in a new issue