spielwiese
Last change
on this file since 78de01 was
78de01,
checked in by Oleksandr Motsak <motsak@…>, 10 years ago
|
Fix xalloc installing
|
-
Property mode set to
100644
|
File size:
521 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | noinst_LTLIBRARIES=libomalloc.la |
---|
4 | |
---|
5 | # lib_LTLIBRARIES=libomalloc.la |
---|
6 | # lib_LIBRARIES=libomalloc.a |
---|
7 | |
---|
8 | # libomallocdir = $(libdir)/ |
---|
9 | # libomalloc_includedir=$(includedir)/omalloc |
---|
10 | #libomalloc_include_HEADERS = omalloc.h |
---|
11 | |
---|
12 | SOURCES = dummy.c |
---|
13 | |
---|
14 | AM_CPPFLAGS = -I${srcdir} -DHAVE_CONFIG_H |
---|
15 | |
---|
16 | libomalloc_la_SOURCES =$(SOURCES) |
---|
17 | |
---|
18 | ### libomalloc_la_LDFLAGS = -release ${PACKAGE_VERSION} |
---|
19 | |
---|
20 | # libomalloc_la_CPPFLAGS += ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
21 | # libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} |
---|
22 | |
---|
Note: See
TracBrowser
for help on using the repository browser.