Changeset 2b43ac in git for xalloc/Makefile.am


Ignore:
Timestamp:
Aug 21, 2012, 1:23:20 PM (11 years ago)
Author:
François Bissey <francois.bissey@…>
Branches:
(u'spielwiese', 'd1ba061a762c62d3a25159d8da8b6e17332291fa')
Children:
05051f9850bc9dcf9b7747cbc3bf2bd96bf76d7f
Parents:
4fb3a73a9ab769b9cdb2ec0db33cdbf9e88bfedd
Message:
Make debuging objects (_g) a configure option.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xalloc/Makefile.am

    r4fb3a73 r2b43ac  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
    3 libomalloc_LTLIBRARIES=libomalloc.la libomalloc_g.la
     3if WANT_DEBUG
     4  LIB_G=libomalloc_g.la
     5else
     6  LIB_G=
     7endif
     8
     9libomalloc_LTLIBRARIES=libomalloc.la ${LIB_G}
    410libomallocdir = $(libdir)/
    511
Note: See TracChangeset for help on using the changeset viewer.