Edit

thodg/cgminer/compat/Makefile.am

Branch :

  • Show log

    Commit

  • Author : Con Kolivas
    Date : 2013-10-23 22:40:13
    Hash : 4f7b6fe4
    Message : Avoid entering static libusb directory if --with-system-libusb is enabled.

  • compat/Makefile.am
  • SUBDIRS	= jansson-2.5
    
    if WANT_USBUTILS
    if WANT_STATIC_LIBUSB
    SUBDIRS += libusb-1.0
    endif
    endif