Fixes -I in Makefile.am;

This commit is contained in:
Alexander Vdolainen 2019-02-17 00:47:57 +02:00
parent 0afe40de27
commit 38862a3685

View File

@ -4,7 +4,7 @@ AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \
-I$(srcdir)/include
-I$(top_srcdir)/include
AM_CFLAGS =\
-Wall\