summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-06-03 10:25:00 +0200
committerFelipe Contreras <felipe.contreras@nokia.com>2011-07-15 15:01:48 +0300
commite607f8a83450b80c2b1ba81ee13df7ee0e998cfd (patch)
tree42c430920d4a6f3c0e2297c3ada68e12308dabf9
parent340caa40a18633c880e7c00eaabb231967ae7b1f (diff)
build: remove gstomx.conf* with "make clean"
These files are automatically generated and should be regenerated after "make clean". Signed-off-by: Felipe Contreras <felipe.contreras@nokia.com>
-rw-r--r--omx/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/omx/Makefile.am b/omx/Makefile.am
index 5ae7ac3..ce4c438 100644
--- a/omx/Makefile.am
+++ b/omx/Makefile.am
@@ -63,3 +63,7 @@ gstomx_conf.c: gstomx.conf
echo "const char *default_config =" > $@
cat $^ | sed 's/\"/\\\"/g' | sed 's/^.*/\"&\\\n"/' >> $@
echo ";" >> $@
+
+CLEANFILES = \
+ gstomx.conf \
+ gstomx_conf.c