blob: 3a8a1caedd7aa7eb28c443a4b5d47a295ab8cad5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
SUBDIRS = include src utils
LINKOPTS = -lusb
AM_CFLAGS = -std=gnu99
$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
|