source: git/xalloc/Makefile.am @ 204092

fieker-DuValspielwiese
Last change on this file since 204092 was 38750a, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Minor BS cleanup: no need in -I${srcdir} and -I${builddir} in CPPFLAGS
  • Property mode set to 100644
File size: 362 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3noinst_LTLIBRARIES=libomalloc.la
4
5# lib_LTLIBRARIES=libomalloc.la
6# lib_LIBRARIES=libomalloc.a
7
8# libomallocdir = $(libdir)/
9
10# libomalloc_includedir=$(includedir)/omalloc
11# libomalloc_include_HEADERS = omalloc.h
12
13SOURCES = dummy.c omalloc.h
14
15libomalloc_la_SOURCES  =$(SOURCES)
16
17libomalloc_la_LDFLAGS  = -release ${PACKAGE_VERSION}
18
19
Note: See TracBrowser for help on using the repository browser.