Skip to content

Commit ccdc755

Browse files
committed
test4
1 parent bbe05b2 commit ccdc755

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Makefile.am

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,23 @@ cavadir = $(top_srcdir)
3535
cava_SOURCES = cava.c
3636
libcava_la_SOURCES = cavacore.c config.c input/common.c input/fifo.c input/shmem.c \
3737
output/common.c output/terminal_noncurses.c output/raw.c output/noritake.c
38-
cava_CPPFLAGS = \
38+
39+
AM_CFLAGS = \
3940
-DPACKAGE=\"$(PACKAGE)\" \
4041
-DVERSION=\"$(VERSION)\" \
4142
-D_POSIX_SOURCE \
4243
-D_POSIX_C_SOURCE=200809L \
4344
-D_XOPEN_SOURCE_EXTENDED \
44-
-DFONTDIR=\"@FONT_DIR@\" \
45-
-DFONTFILE=\"@FONT_FILE@\" \
4645
-I$(top_builddir) \
47-
-I$(top_builddir)/include
46+
-I$(top_builddir)/include \
47+
-I$(srcdir) \
48+
-I$(srcdir)/input \
49+
-I$(srcdir)/output
50+
51+
cava_CPPFLAGS = \
52+
-DFONTDIR=\"@FONT_DIR@\" \
53+
-DFONTFILE=\"@FONT_FILE@\"
54+
4855
cava_CFLAGS = -std=c99 -Wall -Wextra -Wno-unused-result -Wno-unknown-warning-option -Wno-maybe-uninitialized -Wno-vla-parameter
4956

5057
EXTRA_DIST = \

0 commit comments

Comments
 (0)