blob: 3c78bba8899a4bb4146bc93258daf151de7d4f1f [file] [log] [blame]
Harald Welte898ffef2017-05-15 21:37:34 +02001AM_CFLAGS = -Wall -I. $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
2
3if ENABLE_PSEUDOTALLOC
4
5lib_LTLIBRARIES = libpseudotalloc.la
6
7libpseudotalloc_la_SOURCES = pseudotalloc.c
8libpseudotalloc_la_LDFLAGS = -no-undefined
9
10nobase_include_HEADERS = talloc.h
11
12endif