Skip to content

Commit 750708d

Browse files
committed
Revert "Remove cava_LDFLAGS"
This reverts commit dce2221. LDFLAGS apparently needed, even though they shouldn't...
1 parent f76f24d commit 750708d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ M_CPPFLAGS = -DSYSTEM_LIBINIPARSER=@SYSTEM_LIBINIPARSER@
1111
bin_PROGRAMS = cava
1212
cava_SOURCES = cava.c
1313
cava_LDADD = -liniparser
14+
cava_LDFLAGS = -L/usr/local/lib -Wl,-rpath /usr/local/lib
1415
cava_CPPFLAGS = -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\" \
1516
-D_POSIX_SOURCE -D _POSIX_C_SOURCE=200809L
1617
cava_CFLAGS = -std=c99 -Wall -Wextra -Wno-unused-result -Wno-maybe-uninitialized

0 commit comments

Comments
 (0)