Changeset 2b43ac in git for omalloc/Makefile.am


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

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

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