[Mplayer-cvslog] CVS: main/libaf Makefile,1.9,1.10

Arpi of Ize arpi at mplayerhq.hu
Fri Feb 7 23:48:00 CET 2003


Update of /cvsroot/mplayer/main/libaf
In directory mail:/var/tmp.root/cvs-serv8635

Modified Files:
	Makefile 
Log Message:
required for i18n+-lintl (found by Nexus)


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	7 Jan 2003 10:33:30 -0000	1.9
+++ Makefile	7 Feb 2003 22:47:48 -0000	1.10
@@ -6,7 +6,7 @@
 
 OBJS=$(SRCS:.c=.o)
 
-CFLAGS  = $(OPTFLAGS) -I. -Wall 
+CFLAGS  = $(OPTFLAGS) -I. -Wall $(EXTRA_INC)
 .SUFFIXES: .c .o
 
 .c.o:



More information about the MPlayer-cvslog mailing list