Skip to content

Commit

Permalink
Make sure PLUGIN_SUFFIX is set
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed May 17, 2024
1 parent 6cc2616 commit 04c57db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if test x"$(uname -s)" = x"OpenBSD"; then
export AUTOCONF_VERSION AUTOMAKE_VERSION
fi

aclocal -I build-aux/m4
aclocal -I m4
autoconf
autoheader
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ AUD_COMMON_PROGS

BUILDSYS_INIT
BUILDSYS_SHARED_LIB
BUILDSYS_PLUGIN

AC_DEFINE_UNQUOTED(PLUGIN_SUFFIX, "$PLUGIN_SUFFIX", [Suffix for plugins])

m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR], AC_SUBST([pkgconfigdir], ${libdir}/pkgconfig))
Expand Down

0 comments on commit 04c57db

Please sign in to comment.