diff options
Diffstat (limited to 'examples/gob/Makefile.am')
-rw-r--r-- | examples/gob/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gob/Makefile.am b/examples/gob/Makefile.am index bd0b916e..3b57967f 100644 --- a/examples/gob/Makefile.am +++ b/examples/gob/Makefile.am @@ -10,7 +10,7 @@ BUILT_SOURCES = \ libgstidentity2_la_SOURCES = gst-identity2.gob $(GOB_FILES_ID) libgstidentity2_la_CFLAGS = $(GST_CFLAGS) -libgstidentity2_la_LIBADD = $(GST_LIBS) +libgstidentity2_la_LIBADD = %.c %.h %-private.h: %.gob gob $< |