diff options
| author | David Tardon <dtardon@redhat.com> | 2016-12-16 10:24:44 +0100 |
|---|---|---|
| committer | David Tardon <dtardon@redhat.com> | 2016-12-16 10:24:44 +0100 |
| commit | fcc0062e64edff6a64fb6d0ce9d8695b6373d1f2 (patch) | |
| tree | 0d12c799b5fef2c7f5ddf62deda07a5a5c84a577 /src/cppunit | |
| parent | 967fc7e4bd88914b7555177864a5949b9717f233 (diff) | |
| download | cppunit-fcc0062e64edff6a64fb6d0ce9d8695b6373d1f2.tar.gz | |
AM_CPPFLAGS is preferred by "newer" versions of automake
Diffstat (limited to 'src/cppunit')
| -rw-r--r-- | src/cppunit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am index 15cc24d..7be8b4f 100644 --- a/src/cppunit/Makefile.am +++ b/src/cppunit/Makefile.am @@ -3,7 +3,7 @@ # EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp -INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include lib_LTLIBRARIES = libcppunit.la |
