diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-14 22:53:42 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-14 22:53:42 -0400 |
commit | c21c1455fdfc6e87d75941f48841c72903e1e0f4 (patch) | |
tree | 07578812e5d846bc943a114db1c3f37a99079982 /tests/scripts/features/loadapi | |
parent | 58dae243526bd322ae6bec0c4394a117a5fe0171 (diff) | |
download | gunmake-c21c1455fdfc6e87d75941f48841c72903e1e0f4.tar.gz |
Add requirement for plugin_is_GPL_compatible symbol in loaded objects.
Diffstat (limited to 'tests/scripts/features/loadapi')
-rw-r--r-- | tests/scripts/features/loadapi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scripts/features/loadapi b/tests/scripts/features/loadapi index 94a48a7..4976ce3 100644 --- a/tests/scripts/features/loadapi +++ b/tests/scripts/features/loadapi @@ -20,6 +20,8 @@ print $F <<'EOF' ; #include "gnumake.h" +int plugin_is_GPL_compatible; + static char * test_eval (const char *buf) { |