diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 14:33:09 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 14:33:09 -0500 |
commit | 0d7386c7529dc106dc12827ce0f2dee91c3945c2 (patch) | |
tree | 3070f83eb7f8990d61e21236caa3137203d2b5fa /configure | |
parent | Add versioning to CMake and Meson (diff) | |
download | locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.gz locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.bz2 locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.lz locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.xz locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.tar.zst locusts-0d7386c7529dc106dc12827ce0f2dee91c3945c2.zip |
Add a C file to make C compilers actually build this into a shared object
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -616,7 +616,7 @@ PACKAGE_STRING='libocusts 1.0.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' -ac_unique_file="include/locusts.h" +ac_unique_file="src/locusts.c" # Factoring default headers for most tests. ac_includes_default="\ #include <stddef.h> |