- corrected automake script

git-svn-id: svn://svn.berlios.de/openocd/trunk@195 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
drath 2007-08-14 10:05:40 +00:00
parent 29000b204d
commit 708535960c
3 changed files with 5 additions and 3 deletions

View File

@ -21,9 +21,10 @@ FTDI2232LIB = -lftdi
else
if PRESTO_LIBFTDI
FTDI2232LIB = -lftdi
endif
else
FTDI2232LIB =
endif
endif
if USBPROG
LIBUSB = -lusb

View File

@ -70,9 +70,10 @@ PRESTOFILES = presto.c
else
if PRESTO_FTD2XX
PRESTOFILES = presto.c
endif
else
PRESTOFILES =
endif
endif
if USBPROG
USBPROGFILES = usbprog.c

View File

@ -18,7 +18,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#define OPENOCD_VERSION "Open On-Chip Debugger (2007-08-14 11:45 CEST)"
#define OPENOCD_VERSION "Open On-Chip Debugger (2007-08-14 12:00 CEST)"
#ifdef HAVE_CONFIG_H
#include "config.h"