somehow Makefile.am went zero-bytes

Original commit message from CVS:
somehow Makefile.am went zero-bytes
This commit is contained in:
Erik Walthinsen 2001-01-01 23:20:42 +00:00
parent f559fb0928
commit 5c60d369c7
2 changed files with 8 additions and 0 deletions

View file

@ -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)

View file

@ -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)