Move config file
This commit is contained in:
@@ -4,7 +4,7 @@ enable_language(C)
|
|||||||
|
|
||||||
include_directories(libusb/src/)
|
include_directories(libusb/src/)
|
||||||
add_library(checkm8_libusb
|
add_library(checkm8_libusb
|
||||||
checkm8_remote/include/conf.h libusb/config.h
|
checkm8_conf.h libusb/config.h
|
||||||
|
|
||||||
libusb/src/core.c libusb/src/descriptor.c libusb/src/hotplug.c
|
libusb/src/core.c libusb/src/descriptor.c libusb/src/hotplug.c
|
||||||
libusb/src/io.c libusb/src/strerror.c libusb/src/sync.c
|
libusb/src/io.c libusb/src/strerror.c libusb/src/sync.c
|
||||||
|
|||||||
6
checkm8_conf.h
Normal file
6
checkm8_conf.h
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#ifndef IPWNDFU_REWRITE_C_CHECKM8_CONF_H
|
||||||
|
#define IPWNDFU_REWRITE_C_CHECKM8_CONF_H
|
||||||
|
|
||||||
|
//#define LIBUSB_LOGGING
|
||||||
|
|
||||||
|
#endif //IPWNDFU_REWRITE_C_CHECKM8_CONF_H
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
#ifndef IPWNDFU_REWRITE_C_CONF_H
|
|
||||||
#define IPWNDFU_REWRITE_C_CONF_H
|
|
||||||
|
|
||||||
//#define LIBUSB_LOGGING
|
|
||||||
|
|
||||||
#endif //IPWNDFU_REWRITE_C_CONF_H
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
/* config.h. Generated from config.h.in by configure. */
|
/* config.h. Generated from config.h.in by configure. */
|
||||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||||
|
|
||||||
#include "../checkm8_remote/include/conf.h"
|
#include "../checkm8_conf.h"
|
||||||
|
|
||||||
/* Default visibility */
|
/* Default visibility */
|
||||||
#define DEFAULT_VISIBILITY __attribute__((visibility("default")))
|
#define DEFAULT_VISIBILITY __attribute__((visibility("default")))
|
||||||
|
|||||||
Reference in New Issue
Block a user