Skip to content

Commit

Permalink
Fix make dist
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Mar 8, 2016
1 parent eb735e3 commit a59e60b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion elm_code/src/lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ BUILT_SOURCES = \

elmcodeeolianfilesdir = $(datadir)/eolian/include/elm_code-@VMAJ@
elmcodeeolianfiles_DATA = $(elm_code_eolian_files)
EXTRA_DIST = ${elmcodeeolianfiles_DATA}
EXTRA_DIST = ${elmcodeeolianfiles_DATA} \
widget/elm_code_widget_text.c \
widget/elm_code_widget_undo.c

CLEANFILES += $(elm_code_eolian_h) $(elm_code_eolian_legacy_h)

0 comments on commit a59e60b

Please sign in to comment.