From ebc53587ae39b62c759c44d07df167c0f213ff59 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Tue, 18 Oct 2011 17:42:07 +0200 Subject: [PATCH] Fix make dist Add crate.jpg to EXTRA_DIST to make sure it gets pulled in --- examples/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Makefile.am b/examples/Makefile.am index 44757533c..32923205a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -54,6 +54,7 @@ noinst_PROGRAMS = $(programs) endif EXTRA_DIST = \ + crate.jpg \ android/hello/AndroidManifest.xml \ android/hello/jni/Application.mk \ android/hello/jni/Android.mk \