summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omx/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/omx/Makefile.am b/omx/Makefile.am
index 1ac1a7c..709376f 100644
--- a/omx/Makefile.am
+++ b/omx/Makefile.am
@@ -77,7 +77,11 @@ libgstopenmax_la_LIBADD = \
libgstopenmax_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-EXTRA_DIST = openmax
+EXTRA_DIST = \
+ openmax \
+ gstomxvp8dec.c \
+ gstomxvp8dec.h
+
Android.mk: Makefile.am $(BUILT_SOURCES)
androgenizer \