Changeset 756b14 in git for omalloc


Ignore:
Timestamp:
Nov 17, 2011, 7:53:16 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
38991a6e7b3fc493d90d4608799f2c45766b2c28
Parents:
508432ffa60986e6cdf4337a45658713b16fca5b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-17 19:53:16+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:48+01:00
Message:
FIX: some generated sources shoud NOT be distributed (omalloc: omConfig.h,omTables.h) within a source tarball!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r508432 r756b14  
    66
    77libomalloc_include_HEADERS = \
    8 omalloc.h               omConfig.h              omDerivedConfig.h       \
     8omalloc.h               omDerivedConfig.h       \
    99omError.h               omStructs.h             omAllocDecl.h           \
    1010omInlineDecl.h          omBin.h                 omMemOps.h              \
    1111omList.h                omFindExec.h            omGetBackTrace.h        \
    1212omRet2Info.h            omStats.h               omOpts.h                \
    13 omBinPage.h             omAllocSystem.h         omTables.h              \
     13omBinPage.h             omAllocSystem.h         \
    1414omAllocPrivate.h        omDebug.h               omInline.h              \
    1515omAllocFunc.h           mylimits.h
     
    3232libomalloc_g_la_SOURCES=$(SOURCES) $(noinst_HEADERS)
    3333
    34 nodist_libomalloc_la_SOURCES = omConfig.h mylimits.h omalloc.h omTables.inc
    35 nodist_libomalloc_g_la_SOURCES = omConfig.h omalloc.h omTables.inc
     34nodist_libomalloc_la_SOURCES = omConfig.h mylimits.h omalloc.h omTables.inc omTables.h
     35nodist_libomalloc_g_la_SOURCES = omConfig.h omalloc.h omTables.inc omTables.h
    3636
    3737libomalloc_la_CPPFLAGS= -DHAVE_CONFIG_H -DOM_NDEBUG
     
    4747
    4848noinst_PROGRAMS = omTables
    49 omTables_SOURCES = omAllocPrivate.h omConfig.h omTables.c mylimits.h
     49omTables_SOURCES = omAllocPrivate.h omTables.c mylimits.h
     50nodist_omTables_SOURCES = omConfig.h
    5051omTables_CPPFLAGS = -DOM_GENERATE_INC  -DHAVE_CONFIG_H
    5152
Note: See TracChangeset for help on using the changeset viewer.