summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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