Created
March 16, 2021 05:57
-
-
Save cmrd-senya/1f9595f6a52feeeb886c976f5b786a70 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libpeas/meson.build b/libpeas/meson.build | |
index d32c6b9..f539fc5 100644 | |
--- a/libpeas/meson.build | |
+++ b/libpeas/meson.build | |
@@ -27,6 +27,7 @@ libpeas_public_h = files( | |
'peas-plugin-info.h', | |
'peas-version-macros.h', | |
'peas.h', | |
+ 'peas-plugin-loader.h', | |
) | |
libpeas_sources = files( | |
diff --git a/libpeas/peas-plugin-loader.h b/libpeas/peas-plugin-loader.h | |
index cd11dce..b735507 100644 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment