summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2647fd5e..208041f1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@ else
MINGWLDADD =
endif
-if FTDI2232
+if FT2232_LIBFTDI
FTDI2232LIB = -lftdi
else
FTDI2232LIB =
@@ -32,7 +32,7 @@ else
FTD2XXLDADD = -lftd2xx
endif
-if FTD2XX
+if FT2232_FTD2XX
FTD2XXLIB = $(FTD2XXLDADD)
else
FTD2XXLIB =