From 29832f85d2fb8846f5131b05b44886af34604423 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 5 Apr 2025 02:07:32 -0400 Subject: [PATCH] Fix a problem with makefile. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 162c961..3034569 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @libpng_CFLAGS@ @opus_CFLAGS@ +AM_CFLAGS = -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 @opus_CFLAGS@ SUBDIRS=po