Skip to content

Commit

Permalink
automake: add libs_flac variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpapersonic authored Dec 6, 2022
1 parent e4ba48a commit 7ee35b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ if USE_FLAC
files_flac = \
fmt/flac.c
cflags_flac=-DUSE_FLAC
libs_flac=-lFLAC
endif

if USE_NETWORK
Expand Down Expand Up @@ -376,4 +377,4 @@ AM_CFLAGS = $(SDL_CFLAGS) $(cflags_alsa) $(cflags_oss) \
AM_OBJCFLAGS = $(AM_CFLAGS)

schismtracker_DEPENDENCIES = $(files_windres)
schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM)
schismtracker_LDADD = $(lib_asound) $(lib_win32) $(libs_flac) $(SDL_LIBS) $(LIBM)

0 comments on commit 7ee35b6

Please sign in to comment.