mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
remove -lm from library dependencies
This commit is contained in:
@@ -3,4 +3,4 @@ CFLAGS = @CFLAGS@
|
||||
|
||||
metaflac_SOURCES = \
|
||||
main.c
|
||||
metaflac_LDFLAGS = -lm
|
||||
metaflac_LDFLAGS =
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
PROGRAM_NAME = metaflac
|
||||
INCLUDES = -I./include -I../../include
|
||||
LIBS = -lm
|
||||
LIBS =
|
||||
|
||||
OBJS = \
|
||||
main.o
|
||||
|
||||
Reference in New Issue
Block a user