From: Michael Schroeder Date: Wed, 17 Apr 2019 09:57:32 +0000 (+0200) Subject: Make the conda.h header file available X-Git-Tag: 0.7.5~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3100fcf52d161445a71c4738e8e9d387f3dbeae3;p=thirdparty%2Flibsolv.git Make the conda.h header file available We have the pool_conda_matchspec() function in the public API. --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2e565980..f91c9c0a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,6 +31,7 @@ SET (libsolv_HEADERS IF (ENABLE_CONDA) SET (libsolv_SRCS ${libsolv_SRCS} conda.c) + SET (libsolv_HEADERS ${libsolv_HEADERS} conda.h) ENDIF (ENABLE_CONDA) IF (NOT MSVC)