diff options
Diffstat (limited to 'src/coding')
-rw-r--r-- | src/coding/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding/Makefile.am b/src/coding/Makefile.am index cbdcf471..06e55e56 100644 --- a/src/coding/Makefile.am +++ b/src/coding/Makefile.am @@ -9,6 +9,10 @@ AM_CPPFLAGS = \ $(TALLOC_CFLAGS) AM_CFLAGS = -Wall +if ENABLE_PSEUDOTALLOC +AM_CPPFLAGS += -I$(top_srcdir)/src/pseudotalloc +endif + lib_LTLIBRARIES = libosmocoding.la libosmocoding_la_SOURCES = \ |