aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2021-03-07 19:45:33 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2021-03-20 11:19:29 +0100
commitca9d531643f704410e749ead0f06fde08cc4d6a5 (patch)
tree5425ad2b8ec6969f58644b5f7b90837e8b484907 /src
parentf82244ed37791cac9fca6f21cbc4668261762ac1 (diff)
Fix some minor compiling issues
Diffstat (limited to 'src')
-rw-r--r--src/datenklo/Makefile.am2
-rw-r--r--src/tv/Makefile.am2
-rw-r--r--src/zeitansage/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/datenklo/Makefile.am b/src/datenklo/Makefile.am
index 05ce78e..0676d23 100644
--- a/src/datenklo/Makefile.am
+++ b/src/datenklo/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) -fstack-check $(FUSE_CFLAGS)
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(FUSE_CFLAGS)
bin_PROGRAMS = \
datenklo
diff --git a/src/tv/Makefile.am b/src/tv/Makefile.am
index 2131067..7fe03b8 100644
--- a/src/tv/Makefile.am
+++ b/src/tv/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) -fstack-check $(IMAGEMAGICK_CFLAGS)
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(IMAGEMAGICK_CFLAGS)
bin_PROGRAMS = \
osmotv
diff --git a/src/zeitansage/Makefile.am b/src/zeitansage/Makefile.am
index 62be5cd..cdb3e2f 100644
--- a/src/zeitansage/Makefile.am
+++ b/src/zeitansage/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) -fstack-check $(FUSE_CFLAGS)
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes) $(FUSE_CFLAGS)
bin_PROGRAMS = \
zeitansage