diff options
author | meri <meri@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2007-05-02 01:53:18 +0000 |
---|---|---|
committer | meri <meri@e0336214-984f-0b4b-a45f-81c69e1f0ede> | 2007-05-02 01:53:18 +0000 |
commit | 3e83264376bdd37073d3d1c068b1b2414daf28cc (patch) | |
tree | f24389fd3ff28d070623630847443a43013716f2 | |
parent | 64b0ed9cf4f26a0efb85f7547821409ca2e97a9d (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
-rw-r--r-- | Makefile.am | 3 |
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 |