diff options
author | Keith Packard <keithp@keithp.com> | 2013-11-28 09:46:13 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-11-28 09:46:13 -0800 |
commit | d93a65a90f19e4816231e03b1f399af6e3742aee (patch) | |
tree | f4c2d026846a0c282bebdc13c00f5ba2147a7170 /ao-tools/lib/Makefile.am | |
parent | 14204e3d147ad99cc249ad8de254809180fe5c38 (diff) |
ao-tools: Move ao-selfload into library
This needs to be shared between ao-stmload and ao-usbload
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/Makefile.am')
-rw-r--r-- | ao-tools/lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/lib/Makefile.am b/ao-tools/lib/Makefile.am index ca32e121..5f47c089 100644 --- a/ao-tools/lib/Makefile.am +++ b/ao-tools/lib/Makefile.am @@ -44,5 +44,7 @@ libao_tools_a_SOURCES = \ ao-hex.h \ ao-elf.c \ ao-elf.h \ + ao-selfload.c \ + ao-selfload.h \ ao-verbose.c \ ao-verbose.h |