Changeset 4bc0ab9 in git for xalloc/Makefile.am


Ignore:
Timestamp:
Mar 29, 2012, 2:15:30 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5d369c3cbad1a1bf2d5c856a48fb8a30b51cec3b')
Children:
9f524dff0ae56f9b1800fbdba56cdbb6f6b120b3
Parents:
fca452a782a426cceaa9e98f3a95b5a5acccd04f
Message:
updated all active automake files: INCLUDES -> AM_CPPFLAGS

chg: ... and some minor cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xalloc/Makefile.am

    rfca452 r4bc0ab9  
    1010SOURCES = dummy.c
    1111
    12 INCLUDES = -I${srcdir}
     12AM_CPPFLAGS = -I${srcdir}
    1313
    1414libomalloc_la_SOURCES  =$(SOURCES)
     
    2121libomalloc_g_la_CXXFLAGS= -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE}
    2222
    23 libomalloc_la_CPPFLAGS  = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
    24 libomalloc_g_la_CPPFLAGS= -DHAVE_CONFIG_H
     23libomalloc_la_CPPFLAGS  = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
     24libomalloc_g_la_CPPFLAGS= ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    2525
Note: See TracChangeset for help on using the changeset viewer.