diff src/flac/plugin_common/Makefile @ 97:a19f24790f3c trunk

[svn] It compiles now.
author chainsaw
date Sat, 21 Oct 2006 18:02:01 -0700
parents 6240912bf874
children
line wrap: on
line diff
--- a/src/flac/plugin_common/Makefile	Sat Oct 21 09:21:12 2006 -0700
+++ b/src/flac/plugin_common/Makefile	Sat Oct 21 18:02:01 2006 -0700
@@ -11,12 +11,14 @@
 	defs.h \
 	dither.h \
 	locale_hack.h \
-	tags.h
+	tags.h \
+	replaygain.h
 
 SOURCES = \
 	charset.c \
 	dither.c \
-	tags.c
+	tags.c \
+	replaygain.c
 
 OBJECTS = ${SOURCES:.c=.o}