Changeset 05051f in git for libpolys/misc/Makefile.am


Ignore:
Timestamp:
Aug 28, 2012, 10:07:24 AM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
17228ebfd18336c7c9ef1b5d9c20e80ae49d91a0
Parents:
dec6c88a5a04cf848c091da42041c23143413b8d2b43ac1641773ee5c2c0c47688fd5bd477702c77
Message:
Merge pull request #172 from kiwifb/spielwiese

Make debuging objects (_g) a configure option.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/misc/Makefile.am

    rdec6c8 r05051f  
    44AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
    55
    6 lib_LTLIBRARIES = libmisc.la libmisc_g.la
     6if WANT_DEBUG
     7  LIB_G=libmisc_g.la
     8else
     9  LIB_G=
     10endif
     11
     12lib_LTLIBRARIES = libmisc.la ${LIB_G}
    713libmiscdir = $(libdir)/singular
    814
Note: See TracChangeset for help on using the changeset viewer.