Move config file

This commit is contained in:
2019-12-07 15:29:36 -05:00
parent bd36b6d8d2
commit 183ed562c6
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ enable_language(C)
include_directories(libusb/src/)
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/io.c libusb/src/strerror.c libusb/src/sync.c

6
checkm8_conf.h Normal file
View 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

View File

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

View File

@@ -1,7 +1,7 @@
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
#include "../checkm8_remote/include/conf.h"
#include "../checkm8_conf.h"
/* Default visibility */
#define DEFAULT_VISIBILITY __attribute__((visibility("default")))