From a5673ab19c814d641a5a97f63e2143283f95e2fb Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 27 Feb 2007 17:12:23 +0000 Subject: Move glob-win.c out of MinGW section, configure handles it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22365 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep') diff --git a/osdep/Makefile b/osdep/Makefile index 5010091e29..fac04133d1 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -12,6 +12,7 @@ endif SRCS-$(NEED_FSEEKO) += fseeko.c SRCS-$(NEED_FTELLO) += ftello.c SRCS-$(NEED_GETTIMEOFDAY) += gettimeofday.c +SRCS-$(NEED_GLOB) += glob-win.c SRCS-$(NEED_SCANDIR) += scandir.c SRCS-$(NEED_SETENV) += setenv.c SRCS-$(NEED_STRLCAT) += strlcat.c @@ -30,7 +31,6 @@ timer = timer-darwin.c endif ifeq ($(TARGET_OS),MINGW32) getch = getch2-win.c -SRCS-$(NEED_GLOB) += glob-win.c endif SRCS += $(timer) SRCS += $(getch) -- cgit v1.2.3