summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDr.Smile <vabnick@gmail.com>2022-08-11 13:36:22 +0300
committerDr.Smile <vabnick@gmail.com>2022-12-04 02:17:38 +0300
commit8ef5d7ba205e623af64fe011a5489f7dcd5ab07b (patch)
treef6ca91c8908a465b716a5b466e714d126812dbd1 /Makefile.am
parent9dde1378b6dd304e53c25c5891cb123a2829c64e (diff)
downloadlibass-8ef5d7ba205e623af64fe011a5489f7dcd5ab07b.tar.bz2
libass-8ef5d7ba205e623af64fe011a5489f7dcd5ab07b.tar.xz
Consolidate CPPFLAGS
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d814e86..1bac0a2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
+AM_CPPFLAGS = -I$(top_srcdir)/libass
AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \
-Werror-implicit-function-declaration -Wstrict-prototypes \
-Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers\