Changeset 55b6460 in git for omalloc/Makefile.am


Ignore:
Timestamp:
Jan 8, 2014, 11:42:18 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
93410849245a328140884aeb7351c43bcca67b4d
Parents:
2f67434b2d4065786f3221f09116ce1ae996c410
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 11:42:18+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 15:56:28+01:00
Message:
Moved -DHAVE_CONFIG from Makefile.am: AM_CPPFLAGS into global compiler flags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r2f67434 r55b6460  
    2727EXTRA_DIST = omalloc.c omtTestAlloc.c omtTest.h omMmap.c
    2828
    29 AM_CPPFLAGS =-I${top_srcdir}/.. -I${top_builddir}/..  -DHAVE_CONFIG_H
     29AM_CPPFLAGS =-I${top_srcdir}/.. -I${top_builddir}/.. 
    3030
    3131libomalloc_la_SOURCES=$(SOURCES) $(noinst_HEADERS)
     
    3838
    3939### NOTE: "_g" (debug) means full library
    40 ### libomalloc_la_CPPFLAGS= -DOM_ALLOC_INTERNAL -DHAVE_CONFIG_H -DOM_NDEBUG
     40### libomalloc_la_CPPFLAGS= -DOM_ALLOC_INTERNAL -DOM_NDEBUG
    4141
    4242libomalloc_la_CPPFLAGS  = ${AM_CPPFLAGS} -DOM_ALLOC_INTERNAL
Note: See TracChangeset for help on using the changeset viewer.