plugindir=/tmp/ plugin_LTLIBRARIES = libgstpolyp.la libgstpolyp_la_SOURCES = plugin.c polypsink.c libgstpolyp_la_CFLAGS = $(GST_CFLAGS) $(POLYP_CFLAGS) libgstpolyp_la_LIBADD = $(POLYP_LIBS) $(GST_LIBS) reg: gst-register-0.8 --gst-plugin-path=`pwd` inspect: gst-inspect-0.8 polypsink .PHONY: reg inspect