summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authormeri <meri@e0336214-984f-0b4b-a45f-81c69e1f0ede>2007-05-02 01:53:18 +0000
committermeri <meri@e0336214-984f-0b4b-a45f-81c69e1f0ede>2007-05-02 01:53:18 +0000
commit3e83264376bdd37073d3d1c068b1b2414daf28cc (patch)
treef24389fd3ff28d070623630847443a43013716f2 /Makefile.am
parent64b0ed9cf4f26a0efb85f7547821409ca2e97a9d (diff)
fixed Makefile to ignore win32 durectory during Unix based build
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1992 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f74893e..99681b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,10 @@
AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-SUBDIRS = etc include src utils win32
+SUBDIRS = etc include src utils
DEFAULT_AM_CFLAGS = -std=gnu99
if ENABLE_WIN32
+SUBDIRS += win32
LINKOPTS = -mno-cygwin
AM_CFLAGS = $(DEFAULT_AM_CFLAGS)
else
personal git repositories of Harald Welte. Your mileage may vary