Shizcow
4 years ago
No account linked to committer's email
|
@@ -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=gnu99 -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 -fcommon
|
5
|
5
|
|
6
|
6
|
if CLASSIC
|
7
|
7
|
install-exec-hook:
|