summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorErik Walthinsen <omega@temple-baptist.org>2001-01-01 23:20:42 +0000
committerErik Walthinsen <omega@temple-baptist.org>2001-01-01 23:20:42 +0000
commit5c60d369c7b99f14286fec9a38bf91a79b7ef857 (patch)
tree5bd200a00889cc837030d0e30c3b6e59222bb6f7 /tests
parentf559fb0928b7a5a3652120b959ec4b16f06e622b (diff)
somehow Makefile.am went zero-bytes
Original commit message from CVS: somehow Makefile.am went zero-bytes
Diffstat (limited to 'tests')
-rw-r--r--tests/old/examples/autoplug/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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)