diff options
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/Makefile.am b/src/math/Makefile.am index 0588bba..32644aa 100644 --- a/src/math/Makefile.am +++ b/src/math/Makefile.am @@ -1,5 +1,5 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/src +AM_CPPFLAGS = -I$(top_srcdir)/src noinst_LTLIBRARIES = libmath.la noinst_HEADERS = \ |