plugin/Makefile.am : Remove commented lines

This commit is contained in:
Edward Hervey 2009-02-09 14:02:41 +01:00
parent 9a5a1e8e7e
commit 4d016c78f8

View file

@ -6,7 +6,5 @@ INCLUDES = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS)\
$(PYTHON_INCLUDES)
libgstpython_la_SOURCES = gstpythonplugin.c
#libgstpython_la_CFLAGS = $(PYGTK_CFLAGS) $(GST_CFLAGS)
#libgstpython_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -avoid-version -module # $(PYTHON_LIBS) -lpython2.4
libgstpython_la_LDFLAGS = -module -avoid-version
libgstpython_la_LIBADD = $(GST_LIBS) $(PYTHON_LIBS)