diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2000-12-03 17:52:14 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2000-12-03 17:52:14 +0000 |
commit | 9652a3aef997d52988afa97a7f47d1e9c73ffacd (patch) | |
tree | d77ba84bfb3c23b35054a5caa1cdaa7ddbf0dc26 /tests/Makefile.am | |
parent | 4f55ae4ded29f7a7d951bdb201ac0476671a0040 (diff) |
Added a test program for the capabilities
Original commit message from CVS:
Added a test program for the capabilities
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e64090981..dfe949c35 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = init loadall simplefake states +noinst_PROGRAMS = init loadall simplefake states caps LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la |