diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-31 16:29:29 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-31 16:29:29 -0500 |
commit | 29cefcd5ec0734ac87b037b764d5b3786a8960c7 (patch) | |
tree | b6eb265e55d9769e00f9f9b4abc70e68bbf5f1df /GNUmakefile.am | |
parent | Debump autoconf file (diff) | |
download | locusts-29cefcd5ec0734ac87b037b764d5b3786a8960c7.tar locusts-29cefcd5ec0734ac87b037b764d5b3786a8960c7.tar.gz locusts-29cefcd5ec0734ac87b037b764d5b3786a8960c7.tar.bz2 locusts-29cefcd5ec0734ac87b037b764d5b3786a8960c7.tar.lz locusts-29cefcd5ec0734ac87b037b764d5b3786a8960c7.tar.xz locusts-29cefcd5ec0734ac87b037b764d5b3786a8960c7.tar.zst locusts-29cefcd5ec0734ac87b037b764d5b3786a8960c7.zip |
C: Small miscellaneous things
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | GNUmakefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile.am b/GNUmakefile.am index 67f8910..aed5683 100644 --- a/GNUmakefile.am +++ b/GNUmakefile.am @@ -4,7 +4,7 @@ libocusts_la_SOURCES = include/locusts.h lib_LIBRARIES = libocusts.a libocusts_a_SOURCES = include/locusts.h include_HEADERS = include/locusts.h - +ACLOCAL_AMFLAGS = -I m4 install-data-local: mkdir -p $(libdir)/pkgconfig |