summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 69140e2927aa1fcdeccab1bb01556c9f0386aeaa (plain)
1
2
3
4
5
6
7
8
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

SUBDIRS = include src utils
LINKOPTS = -lusb

$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck
personal git repositories of Harald Welte. Your mileage may vary