summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-07 14:05:10 -0400
committerYouness Alaoui <kakaroto@kakaroto.(none)>2008-10-07 14:05:10 -0400
commit9e7a07099d995bf7ccdb68e1e0e89683d259b020 (patch)
tree288069549a4a22e9cab9ab4209e5ddc589a5d691 /gst
parentab1c212dc1a4761ebb0b3abcdbee6b593709feae (diff)
downloadlibnice-9e7a07099d995bf7ccdb68e1e0e89683d259b020.tar.gz
Fix gst makefile
Diffstat (limited to 'gst')
-rw-r--r--gst/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 2a903f1..c419afd 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -34,21 +34,3 @@ libgstnice_la_SOURCES = \
libgstnice_la_LIBADD = $(COMMON_LDADD)
libgstnice_la_LDFLAGS = -module -avoid-version
-
-# programs
-
-#check_PROGRAMS = \
-# test
-
-#test_LDADD = \
-# $(COMMON_LDADD) \
-# ../stun/libstun.la \
-# libgstnice.la
-
-# TESTS = $(check_PROGRAMS)
-
-#noinst_PROGRAMS = \
-# jingle-gst-test-server
-
-#jingle_gst_test_server_LDADD = $(COMMON_LDADD)
-