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.ac | |
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.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c70a7e0..bf77830 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libocusts], [1.0.0]) -AC_CONFIG_SRCDIR([include/locusts.h]) +AC_CONFIG_SRCDIR([src/locusts.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |