Skip to content

Instantly share code, notes, and snippets.

@cmrd-senya
Created March 16, 2021 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmrd-senya/1f9595f6a52feeeb886c976f5b786a70 to your computer and use it in GitHub Desktop.
Save cmrd-senya/1f9595f6a52feeeb886c976f5b786a70 to your computer and use it in GitHub Desktop.
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