Parcourir la source

Undo modern C standard target because Ubuntu. Fixes #64

Fredrik Svantesson il y a 5 ans
Parent
révision
9d8ca6be3c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/Makefile.am

+ 1
- 1
src/Makefile.am Voir le fichier

@@ -1,7 +1,7 @@
1 1
 bin_PROGRAMS   = light
2 2
 light_SOURCES  = main.c light.c light.h helpers.c helpers.h impl/sysfs.c impl/sysfs.h impl/util.h impl/util.c impl/razer.h impl/razer.c
3 3
 light_CPPFLAGS = -I../include -D_GNU_SOURCE
4
-light_CFLAGS   = -W -Wall -Wextra -std=gnu18 -Wno-type-limits -Wno-format-truncation -Wno-unused-parameter
4
+light_CFLAGS   = -W -Wall -Wextra -std=gnu99 -Wno-type-limits -Wno-format-truncation -Wno-unused-parameter
5 5
 
6 6
 if CLASSIC
7 7
 install-exec-hook: