]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Make the conda.h header file available
authorMichael Schroeder <mls@suse.de>
Wed, 17 Apr 2019 09:57:32 +0000 (11:57 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 17 Apr 2019 09:57:32 +0000 (11:57 +0200)
We have the pool_conda_matchspec() function in the public API.

src/CMakeLists.txt

index 2e565980a5a4944c268d52bfac33710943adb41d..f91c9c0ad391c92425bb8e6ceb787a2e2286fc64 100644 (file)
@@ -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)