blob: 3c78bba8899a4bb4146bc93258daf151de7d4f1f [file] [log] [blame]
AM_CFLAGS = -Wall -I. $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
if ENABLE_PSEUDOTALLOC
lib_LTLIBRARIES = libpseudotalloc.la
libpseudotalloc_la_SOURCES = pseudotalloc.c
libpseudotalloc_la_LDFLAGS = -no-undefined
nobase_include_HEADERS = talloc.h
endif