summaryrefslogtreecommitdiffhomepage
path: root/mixlib/Makefile.am
diff options
context:
space:
mode:
authorjaortega <jaortega>2001-03-01 23:56:08 +0000
committerjaortega <jaortega>2001-03-01 23:56:08 +0000
commit3cd180b262db4490f811aaa2f19ef7a4d00ce24f (patch)
tree95bba17660bd67204609f4916a64cb6c86f9122b /mixlib/Makefile.am
parentf20d7ac8e744fde911545618e96d52c26f008910 (diff)
downloadmdk-3cd180b262db4490f811aaa2f19ef7a4d00ce24f.tar.gz
mdk-3cd180b262db4490f811aaa2f19ef7a4d00ce24f.tar.bz2
mix device operations handled via a vtable
Diffstat (limited to 'mixlib/Makefile.am')
-rw-r--r--mixlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib/Makefile.am b/mixlib/Makefile.am
index 38c475a..5091e88 100644
--- a/mixlib/Makefile.am
+++ b/mixlib/Makefile.am
@@ -24,7 +24,7 @@ libmix_a_SOURCES = mix.h mix.c \
mix_file.h mix_file.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_device.h mix_device.c xmix_device.h xmix_device.c \
mix_eval.h mix_eval.c xmix_eval.h mix_eval_scanner.l \
mix_src_file.c mix_src_file.h \
mix_vm_clock.c mix_vm_clock.h \