eolian files should be distributed, no need to rerun this on every package build

This commit is contained in:
Mike Blumenkrantz 2014-05-07 16:01:47 -04:00
parent 329322f9a7
commit 3216d8e152
1 changed files with 4 additions and 1 deletions

View File

@ -2,11 +2,14 @@ E_EOLIANFILES = \
src/bin/e_comp_object.eo.c \
src/bin/e_comp_object.eo.h
MAINTAINERCLEANFILES += \
$(E_EOLIANFILES)
DISTCLEANFILES += \
$(E_EOLIANFILES) \
src/bin/e_fm_shared_types.h
EXTRA_DIST += \
$(E_EOLIANFILES) \
src/bin/e_comp_object.eo
E_CPPFLAGS = \