Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xorgxrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-11-18 02:19:16 +0300
committerJay Sorg <jay.sorg@gmail.com>2016-11-18 02:19:16 +0300
commitf6f0a894c9e79ac6ff693bf38472a6555f31fccf (patch)
treea923fd3012fe11e39fedb1084400abac0fe779e4 /Makefile.am
parentf2ebbadcedff20dc01f4bb71d81dc0cee8f13b6f (diff)
Enable -Wall, -Wwrite-strings and format string checking
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bdaa583..67ea5ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,8 @@
+ACLOCAL_AMFLAGS = -I m4
+
EXTRA_DIST = \
bootstrap \
+ m4 \
readme.txt \
tests/yuv2rgb/Makefile \
tests/yuv2rgb/yuv2rgb_speed.c