From: Sebastian Dröge Date: Thu, 21 Feb 2013 19:32:42 +0000 (+0100) Subject: Add missing file from last commit X-Git-Tag: 1.19.3~501^2~683 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d2703570d644607d031d12651f6d5e21f88f242;p=platform%2Fupstream%2Fgstreamer.git Add missing file from last commit --- diff --git a/config/bellagio/Makefile.am b/config/bellagio/Makefile.am new file mode 100644 index 0000000..2de7067 --- /dev/null +++ b/config/bellagio/Makefile.am @@ -0,0 +1,6 @@ +EXTRA_DIST = gstomx.conf + +if USE_OMX_TARGET_BELLAGIO +configdir = $(sysconfdir)/xdg +config_DATA = gstomx.conf +endif