From 7d2703570d644607d031d12651f6d5e21f88f242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 21 Feb 2013 20:32:42 +0100 Subject: [PATCH] Add missing file from last commit --- config/bellagio/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/bellagio/Makefile.am diff --git a/config/bellagio/Makefile.am b/config/bellagio/Makefile.am new file mode 100644 index 0000000000..2de7067b88 --- /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