Changeset 97b5d5 in git for omalloc/Makefile.am


Ignore:
Timestamp:
Nov 23, 2010, 4:45:24 PM (13 years ago)
Author:
Bradford Hovinen <hovinen@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
9ddc41b14e688827f10b1d157e5f7aff8521d1b0
Parents:
deca086fe821db633c79d0199acc9007b1a2096d
git-author:
Bradford Hovinen <hovinen@gmail.com>2010-11-23 16:45:24+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:42+01:00
Message:
Fix build-process:
 * Add templates to AC_DEFINES in configure.ac so that autoheader works
 * Remove omConfig.h.in since that is now automatically generated by autoheader
 * Add -I${top_srcdir}/.. -I${top_builddir}/.. to INCLUDES according to header-file-scheme
 * Add BUILT_SOURCES with sources built at compile-time
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    rdeca086 r97b5d5  
    2020omalloc_provide.c omAllocFunc.c
    2121
     22INCLUDES=-I${top_srcdir}/.. -I${top_builddir}/..
     23
    2224libomalloc_a_SOURCES=$(SOURCES) $(noinst_HEADERS)
    2325libomalloc_debug_a_SOURCES=$(SOURCES) $(noinst_HEADERS)
     
    2729
    2830libomalloc_a_CPPFLAGS= -DOM_NDEBUG
     31
     32BUILT_SOURCES = omalloc.h omTables.inc
    2933
    3034omalloc.h: $(noinst_HEADERS) omTables.h
Note: See TracChangeset for help on using the changeset viewer.