1plugin_LTLIBRARIES = libgstadpcmenc.la 2 3# sources used to compile this plug-in 4libgstadpcmenc_la_SOURCES = adpcmenc.c 5 6# flags used to compile this plugin 7# add other _CFLAGS and _LIBS as needed 8libgstadpcmenc_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) 9libgstadpcmenc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-@GST_API_VERSION@ \ 10 $(GST_LIBS) 11libgstadpcmenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 12