X-Git-Url: http://git.rot13.org/?p=librfid;a=blobdiff_plain;f=Makefile.am;h=7c0f889493f184ffbf3d0d04eb24e199cd6f4a3e;hp=3a8a1caedd7aa7eb28c443a4b5d47a295ab8cad5;hb=7bc585e169feebfb94f39634245f557f0219e5b2;hpb=fe4ffab6d97f2e2696bf7f1fb52a175342611aec diff --git a/Makefile.am b/Makefile.am index 3a8a1ca..7c0f889 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,19 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 -SUBDIRS = include src utils -LINKOPTS = -lusb +include $(top_srcdir)/Makefile.flags.am -AM_CFLAGS = -std=gnu99 +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)