]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Make the pool_parserpmrichdep function public
authorMichael Schroeder <mls@suse.de>
Mon, 11 Apr 2016 14:01:33 +0000 (16:01 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 11 Apr 2016 14:01:33 +0000 (16:01 +0200)
ext/CMakeLists.txt
ext/libsolvext.ver

index ad5249551e4577a7f0eb6a77511ff10b7383eb09..ec5f20cc9b0ffbc1a12c22ea2da8337d9bf73d1f 100644 (file)
@@ -48,6 +48,8 @@ IF (ENABLE_COMPLEX_DEPS)
 IF (ENABLE_SUSEREPO OR ENABLE_RPMMD OR ENABLE_RPMDB)
     SET (libsolvext_SRCS ${libsolvext_SRCS}
        pool_parserpmrichdep.c)
+    SET (libsolvext_HEADERS ${libsolvext_HEADERS}
+       pool_parserpmrichdep.h)
 ENDIF (ENABLE_SUSEREPO OR ENABLE_RPMMD OR ENABLE_RPMDB)
 ENDIF (ENABLE_COMPLEX_DEPS)
 
index 654469b62aaac2b79500b28a48c4a98aa0d22d2f..8774fd465a18571f51184baf190683fe8e58e8ad 100644 (file)
@@ -2,6 +2,7 @@ SOLV_1.0 {
        global:
                pool_deb_get_autoinstalled;
                pool_findfileconflicts;
+               pool_parserpmrichdep;
                repo_add_appdata;
                repo_add_appdata_dir;
                repo_add_arch_local;