summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDaniel Willmann <d.willmann@samsung.com>2013-04-18 19:01:30 +0100
committerDaniel Willmann <d.willmann@samsung.com>2013-04-18 19:01:30 +0100
commit47c0767e20c0ee7903181537080adf23738702a8 (patch)
tree6d9865eb2aaba662c80465bb9c5fe467592f4147 /data
parent9ac6361944eed71438bdddf3f641d818e3f167b9 (diff)
downloadefl-47c0767e20c0ee7903181537080adf23738702a8.tar.gz
data/Makefile.am: Hopefully distcheck will now succeed
Clean generated python file as well Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 17aa170416..2e2f4f1403 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -50,6 +50,8 @@ install-data-hook: eo/libeo-gdb.py
uninstall-hook:
rm -f $(DESTDIR)$(datadir)/gdb/auto-load/$(libdir)/libeo.so.@VMAJ@.@VMIN@.@VMIC@-gdb.py
+CLEANFILES += eo/libeo-gdb.py
+
EXTRA_DIST += $(eogdb_SCRIPTS) eo/libeo-gdb.py.in
########################################################################