summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 0d087f44f1d0893d8ef67662e725eba546c875ea (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

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