# HG changeset patch # User Bruno Haible # Date 1306191725 -7200 # Node ID cfdbe5c4e833e5197319bc8e3c182e767654f272 # Parent 861d1dfbf37b801d264f65c2a55f0f3f2369481d physmem: Move AC_LIBOBJ invocations to module description. * m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation. * modules/physmem (Makefile.am): Augment lib_SOURCES. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-05-23 Bruno Haible + + physmem: Move AC_LIBOBJ invocations to module description. + * m4/physmem.m4 (gl_PHYSMEM): Remove AC_LIBOBJ invocation. + * modules/physmem (Makefile.am): Augment lib_SOURCES. + 2011-05-23 Bruno Haible pagealign_alloc: Move AC_LIBOBJ invocations to module description. diff --git a/m4/physmem.m4 b/m4/physmem.m4 --- a/m4/physmem.m4 +++ b/m4/physmem.m4 @@ -1,4 +1,4 @@ -# physmem.m4 serial 10 +# physmem.m4 serial 11 dnl Copyright (C) 2002-2003, 2005-2006, 2008-2011 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation @@ -28,8 +28,6 @@ AC_DEFUN([gl_PHYSMEM], [ - AC_LIBOBJ([physmem]) - # Prerequisites of lib/physmem.c. AC_CHECK_HEADERS([sys/pstat.h sys/sysmp.h sys/sysinfo.h \ machine/hal_sysinfo.h sys/table.h sys/param.h sys/systemcfg.h],,, diff --git a/modules/physmem b/modules/physmem --- a/modules/physmem +++ b/modules/physmem @@ -12,6 +12,7 @@ gl_PHYSMEM Makefile.am: +lib_SOURCES += physmem.c Include: "physmem.h"