summaryrefslogtreecommitdiff
path: root/ccload/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-06-04 11:13:15 -0700
committerKeith Packard <keithp@keithp.com>2009-06-04 11:13:15 -0700
commit17d2432a8b9c15963cd3b821f025ad33972ef477 (patch)
tree8c679a78a162377e969d71c126ceeae2e55d1a10 /ccload/Makefile.am
parent210dbaa23cdacf3a6f2d6e23493e96ee2ac9bca7 (diff)
parent8a9a3f02b951382573ff74dd6ce5a1c0f335fa86 (diff)
Merge ccdbg and altos sources into one giant repository
Keeping these separate isn't making things any easier. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ccload/Makefile.am')
-rw-r--r--ccload/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/ccload/Makefile.am b/ccload/Makefile.am
new file mode 100644
index 00000000..3a754b23
--- /dev/null
+++ b/ccload/Makefile.am
@@ -0,0 +1,10 @@
+bin_PROGRAMS=ccload
+
+AM_CFLAGS=-I$(top_srcdir)/lib $(LIBUSB_CFLAGS)
+CCLOAD_LIBS=../lib/libcc.a
+
+ccload_DEPENDENCIES = $(CCLOAD_LIBS)
+
+ccload_LDADD=$(CCLOAD_LIBS) $(LIBUSB_LIBS)
+
+ccload_SOURCES = ccload.c