diff options
| author | Keith Packard <keithp@keithp.com> | 2009-04-12 12:38:58 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-04-12 12:38:58 -0700 |
| commit | 5221dc63cf3a059a32aca2bfa7828c215be814a1 (patch) | |
| tree | f90895a39dc8197bc275ce2023aca2d40968d0bd /ccdump/Makefile.am | |
| parent | ee110425fb814780476d1d3d8a257af126f41763 (diff) | |
Add ccdump
Diffstat (limited to 'ccdump/Makefile.am')
| -rw-r--r-- | ccdump/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ccdump/Makefile.am b/ccdump/Makefile.am new file mode 100644 index 00000000..976383f7 --- /dev/null +++ b/ccdump/Makefile.am @@ -0,0 +1,10 @@ +bin_PROGRAMS=ccdump + +AM_CFLAGS=-I$(top_srcdir)/lib $(LIBUSB_CFLAGS) +CCLOAD_LIBS=../lib/libcc.a + +ccdump_DEPENDENCIES = $(CCLOAD_LIBS) + +ccdump_LDADD=$(CCLOAD_LIBS) $(LIBUSB_LIBS) + +ccdump_SOURCES = ccdump.c |
