blob: b631eca9c00655f73bd73270d442c8f661d6abb6 [file] [log] [blame]
Vadim Yanitskiy8fbaad62022-11-09 02:27:25 +07001AM_CPPFLAGS = -I. $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
2AM_CFLAGS = -Wall
Harald Welte898ffef2017-05-15 21:37:34 +02003
4if ENABLE_PSEUDOTALLOC
5
6lib_LTLIBRARIES = libpseudotalloc.la
7
8libpseudotalloc_la_SOURCES = pseudotalloc.c
9libpseudotalloc_la_LDFLAGS = -no-undefined
10
11nobase_include_HEADERS = talloc.h
12
13endif