gimp/m4macros/Makefile.am
Sven Neumann 39e866d9c0 Added support for binary relocation by means of binreloc, largely based on
2005-11-06  Sven Neumann  <sven@gimp.org>

	Added support for binary relocation by means of binreloc, largely
	based on a patch by Hongli Lai:

	* m4macros/Makefile.am
	* m4macros/binreloc.m4: new file providing a macro to check for
	binreloc support.

	* acinclude.m4
	* configure.in: use the macro.

	* libgimpbase/Makefile.am
	* libgimpbase/gimpreloc.[ch]: new files providing binreloc support
	on Linux.

	* libgimpbase/gimpenv.[ch]: use binreloc, provide a function to
	initialize the environment machinery.

	* libgimpbase/gimpbase.def: updated.

	* app/Makefile.am: fiddle with the LDFLAGS for binreloc.

	* app/main.c (main): gimp_env_init(FALSE).

	* libgimp/gimp.c (gimp_main): gimp_env_init(TRUE).
2005-11-06 01:06:41 +00:00

17 lines
279 B
Makefile

# Makefile.am for gimp/m4macros
installed_m4 = gimp-2.0.m4
uinstalled_m4 = \
alsa.m4 \
binreloc.m4 \
detectcflags.m4 \
gimpprint.m4 \
gtk-doc.m4 \
pythondev.m4
EXTRA_DIST = $(installed_m4) $(uninstalled_m4)
m4datadir = $(datadir)/aclocal
m4data_DATA = $(installed_m4)