diff options
author | Daniel Kolesa <d.kolesa@samsung.com> | 2014-07-31 15:27:49 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@samsung.com> | 2014-07-31 15:27:49 +0100 |
commit | dade4d39174f190f801ae7b5392a53591a510d4c (patch) | |
tree | dc3014faa0b221dbd3f484d50b388d1183fcd6ff /src/lib | |
parent | 477b89c5afa99fae8926dc86c559f476dfa9b320 (diff) |
fix distcheck by adding generated .eo.hh to cleanfiles
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 11e5e3638..5e4786e54 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am | |||
@@ -1217,4 +1217,7 @@ nodist_includesunstable_HEADERS += \ | |||
1217 | elm_video.eo.hh \ | 1217 | elm_video.eo.hh \ |
1218 | elm_web.eo.hh \ | 1218 | elm_web.eo.hh \ |
1219 | elm_win.eo.hh | 1219 | elm_win.eo.hh |
1220 | |||
1221 | CLEANFILES += $(nodist_includesunstable_HEADERS) | ||
1222 | |||
1220 | endif | 1223 | endif |