diff options
author | Keith Packard <keithp@keithp.com> | 2012-07-16 15:34:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-16 15:34:01 -0700 |
commit | 0edb5616a70fd480317acc99ec3c28c662aa8556 (patch) | |
tree | ae0e0afbe6ec20b0837e712046986ffadc76097a /src | |
parent | 5860f75677ee20fcf35ab89a6b62f3e14a1c32f5 (diff) |
altos: megametrum depends on ao_companion.h
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/megametrum-v0.1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index d415b59b..a519609e 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -9,6 +9,7 @@ INC = \ ao.h \ ao_arch.h \ ao_arch_funcs.h \ + ao_companion.h \ ao_data.h \ ao_sample.h \ ao_pins.h \ |