From 5c60d369c7b99f14286fec9a38bf91a79b7ef857 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 1 Jan 2001 23:20:42 +0000 Subject: [PATCH] somehow Makefile.am went zero-bytes Original commit message from CVS: somehow Makefile.am went zero-bytes --- examples/autoplug/Makefile.am | 4 ++++ tests/old/examples/autoplug/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/examples/autoplug/Makefile.am b/examples/autoplug/Makefile.am index e69de29bb2..4b661a3d5a 100644 --- a/examples/autoplug/Makefile.am +++ b/examples/autoplug/Makefile.am @@ -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) diff --git a/tests/old/examples/autoplug/Makefile.am b/tests/old/examples/autoplug/Makefile.am index e69de29bb2..4b661a3d5a 100644 --- a/tests/old/examples/autoplug/Makefile.am +++ b/tests/old/examples/autoplug/Makefile.am @@ -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) -- 2.34.1