Files
gimp/plug-ins/script-fu/libscriptfu/ftx/Makefile.am
lloyd konneker 5cc3becf16 ScriptFu: build shared libgimp-scriptfu-3.0.so separate from executable script-fu
Changes are mostly to the dir structures and build system for ScriptFu.
Some changes to the outer plugin source to call the library.

Why: so that other executables (future gimp-scheme-interpreter,
or a future separated script-fu-server) can exist in separate directories,
and share the library in memory (when built shared.)

Whether the library is built shared and installed on its own
(versus static and not installed)
is a compile time option (both automake LibTool and meson abstract it away)
The default is shared and installed, say as libgimp-scriptfu-3.0.so.

Installed alongside other shared libraries (e.g. wherever libgimp is installed)
to simplify packaging.

A preliminary refactoring which helps enable MR gimp!647
2022-06-11 08:58:30 -04:00

18 lines
329 B
Makefile

## Process this file with automake to produce Makefile.in
AM_CFLAGS = \
-DUSE_INTERFACE=1 \
-I$(srcdir)/.. \
$(GLIB_CFLAGS)
# Is "libtool convenience" not installed and not versioned
noinst_LTLIBRARIES = libftx.la
libftx_la_SOURCES = ftx.c ftx.h
EXTRA_DIST = \
LICENSE \
README \
ftx-functions.txt \
listhome.scm