Hello everyone,

I am trying to compile a GStreamer plugin which contains a file from other
language which I am implementing in GCC.
I include the rule as explained in automake documentation and the source
file in _SOURCES but unfortunatelly it is not being compiled/linked in the
plugin.

Does anyone can help me with this issue ?
I am posting makefile.am to simplify debug.

Thanks

.ccvm.o:
        my_gcc -c -O3 $(GST_CFLAGS) -o $@ $^

plugin_LTLIBRARIES = libgstvideopip.la

libgstvideopip_la_SOURCES = gstvideopip.c pip_helper.ccvm

libgstvideopip_la_CFLAGS = $(GST_CFLAGS) 
libgstvideopip_la_LIBADD = $(GST_LIBS) 
libgstvideopip_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) /opt/local/lib/libccvm.a
pip_helper.o

noinst_HEADERS = gstvideopip.h pip_helper.h


-- 
View this message in context: 
http://www.nabble.com/Automake-for-other-language-issue.-tp19321922p19321922.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.



Reply via email to