diff options
Diffstat (limited to 'cctools/ccdump/Makefile.am')
| -rw-r--r-- | cctools/ccdump/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cctools/ccdump/Makefile.am b/cctools/ccdump/Makefile.am new file mode 100644 index 00000000..752eb407 --- /dev/null +++ b/cctools/ccdump/Makefile.am @@ -0,0 +1,10 @@ +bin_PROGRAMS=ccdump + +AM_CFLAGS=-I$(top_srcdir)/cctools/lib $(LIBUSB_CFLAGS) +CCDUMP_LIBS=$(top_builddir)/cctools/lib/libcc.a + +ccdump_DEPENDENCIES = $(CCDUMP_LIBS) + +ccdump_LDADD=$(CCDUMP_LIBS) $(LIBUSB_LIBS) + +ccdump_SOURCES = ccdump.c |
