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
This commit is contained in:
meri 2007-05-02 01:53:18 +00:00
parent 64b0ed9cf4
commit 3e83264376
1 changed files with 2 additions and 1 deletions

View File

@ -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