Changeset 8fee84 in git for omalloc/Makefile.am


Ignore:
Timestamp:
Nov 22, 2011, 7:49:28 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
075570ccace50ed5c0162e781b6bc18b6b3cd77b1374bcb770246a4d1aa093134c432cb6e4dec131a43cca5ec664cb599240d68933581729ed0c9d9ab04606b8b49ee529a32068d798d52eb959785b71
Parents:
82102f7983746e8c06470cef72757bccdc4e7ba9
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 19:49:28+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:56:36+01:00
Message:
libfindexec separation

CHG: no need in 'ifdef HAVE_CONFIG_H' in omFindExec.c (not used in any
configure anymore)
CHG: separation/removal of omFindExec from omalloc & xalloc
ADD: use new findexec library
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r82102f r8fee84  
    99omError.h               omStructs.h             omAllocDecl.h           \
    1010omInlineDecl.h          omBin.h                 omMemOps.h              \
    11 omList.h                omFindExec.h            omGetBackTrace.h        \
     11omList.h                omGetBackTrace.h        \
    1212omRet2Info.h            omStats.h               omOpts.h                \
    1313omBinPage.h             omAllocSystem.h         \
     
    2222om_Alloc.c        omDebugCheck.c   omOpts.c         omGetBackTrace.c \
    2323omAllocSystem.c   omError.c        omStats.c        omRet2Info.c     \
    24 omBin.c           omFindExec.c     omDebugTrack.c                    \
     24omBin.c           omDebugTrack.c                     \
    2525omalloc_provide.c omAllocFunc.c
    2626
Note: See TracChangeset for help on using the changeset viewer.