diff options
Diffstat (limited to 'mixlib')
-rw-r--r-- | mixlib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mixlib/Makefile.am b/mixlib/Makefile.am index a81403c..f3b986b 100644 --- a/mixlib/Makefile.am +++ b/mixlib/Makefile.am @@ -25,4 +25,5 @@ libmix_a_SOURCES = mix.h mix.c \ mix_code_file.h mix_code_file.c \ mix_parser.h xmix_parser.h mix_parser.c mix_scanner.l \ mix_device.h mix_device.c \ - mix_eval.h mix_eval.c xmix_eval.h mix_eval_scanner.l + mix_eval.h mix_eval.c xmix_eval.h mix_eval_scanner.l \ + mix_src_file.c mix_src_file.h |