diff options
| author | Peng Wu <pwu@redhat.com> | 2019-11-28 16:15:27 +0800 |
|---|---|---|
| committer | Peng Wu <pwu@redhat.com> | 2019-11-28 16:20:34 +0800 |
| commit | 3cf88c57de20fc04c52a8e6f98e074b83e57b2a5 (patch) | |
| tree | e8b8deaf821fa1f76a3a02602f34562369eb0290 /tests/lookup/Makefile.am | |
| parent | 648c5f863a43d3686dbea71a98ccd44a089a65c4 (diff) | |
| download | libpinyin-3cf88c57de20fc04c52a8e6f98e074b83e57b2a5.tar.gz libpinyin-3cf88c57de20fc04c52a8e6f98e074b83e57b2a5.tar.xz libpinyin-3cf88c57de20fc04c52a8e6f98e074b83e57b2a5.zip | |
use AM_CPPFLAGS instead of INCLUDES in automake
Diffstat (limited to 'tests/lookup/Makefile.am')
| -rw-r--r-- | tests/lookup/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lookup/Makefile.am b/tests/lookup/Makefile.am index e50304a..c96bfb2 100644 --- a/tests/lookup/Makefile.am +++ b/tests/lookup/Makefile.am @@ -14,7 +14,7 @@ ## You should have received a copy of the GNU General Public License ## along with this program. If not, see <http://www.gnu.org/licenses/>. -INCLUDES = -I$(top_srcdir)/src \ +AM_CPPFLAGS = -I$(top_srcdir)/src \ -I$(top_srcdir)/src/include \ -I$(top_srcdir)/src/storage \ -I$(top_srcdir)/src/lookup \ |
