summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 7c0f889493f184ffbf3d0d04eb24e199cd6f4a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6

include $(top_srcdir)/Makefile.flags.am

SUBDIRS = etc include src

if ENABLE_FIRMWARE
else
SUBDIRS += utils
endif

if ENABLE_WIN32
SUBDIRS += win32
endif

EXTRA_DIST = LICENSING librfid.spec openct-cm5121-librfid.patch README.MinGW

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