diff options
-rw-r--r-- | swig/VendorSupportOptions.i | 2 | ||||
-rw-r--r-- | swig/zypp.i | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/swig/VendorSupportOptions.i b/swig/VendorSupportOptions.i new file mode 100644 index 0000000..e033ea7 --- /dev/null +++ b/swig/VendorSupportOptions.i @@ -0,0 +1,2 @@ +%include <zypp/VendorSupportOptions.h> + diff --git a/swig/zypp.i b/swig/zypp.i index a7eff12..61d3447 100644 --- a/swig/zypp.i +++ b/swig/zypp.i @@ -237,6 +237,7 @@ namespace zypp { %include "ResTraits.i" %include "ResStatus.i" %include "ResObject.i" +%include "VendorSupportOptions.i" %include "Package.i" %include "PackageProvider.i" %include "Patch.i" |