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

SUBDIRS = include src
#LINKOPTS = -lusb

AM_CFLAGS = -std=gnu99

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