Changeset 05051f in git for xalloc/Makefile.am
- Timestamp:
- Aug 28, 2012, 10:07:24 AM (11 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 17228ebfd18336c7c9ef1b5d9c20e80ae49d91a0
- Parents:
- dec6c88a5a04cf848c091da42041c23143413b8d2b43ac1641773ee5c2c0c47688fd5bd477702c77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xalloc/Makefile.am
rdec6c8 r05051f 1 1 ACLOCAL_AMFLAGS = -I ../m4 2 2 3 libomalloc_LTLIBRARIES=libomalloc.la libomalloc_g.la 3 if WANT_DEBUG 4 LIB_G=libomalloc_g.la 5 else 6 LIB_G= 7 endif 8 9 libomalloc_LTLIBRARIES=libomalloc.la ${LIB_G} 4 10 libomallocdir = $(libdir)/ 5 11
Note: See TracChangeset
for help on using the changeset viewer.