blob: 5ba35adb0bd1ba1405f9a9afeba779874bdac111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
SUBDIRS = etc include src utils
LINKOPTS = -lusb
AM_CFLAGS = -std=gnu99
EXTRA_DIST = LICENSING librfid.spec openct-cm5121-librfid.patch
$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
|