# HG changeset patch # User diego # Date 1152831362 0 # Node ID e6f5f7c261664a2489fd354daf42981cfdb45f0b # Parent 5da674b26ce1f89cfd682bee9a7ab2b60267491b cosmetics to ease future patching diff -r 5da674b26ce1 -r e6f5f7c26166 Gui/Makefile --- a/Gui/Makefile Thu Jul 13 22:24:28 2006 +0000 +++ b/Gui/Makefile Thu Jul 13 22:56:02 2006 +0000 @@ -14,7 +14,8 @@ win32/preferences.c \ win32/skinload.c \ win32/widgetrender.c \ - win32/wincfg.c + win32/wincfg.c \ + else SRCS = wm/ws.c \ wm/wsxdnd.c \ @@ -41,7 +42,8 @@ mplayer/gtk/opts.c \ mplayer/gtk/url.c \ mplayer/gtk/eq.c \ - mplayer/gtk/common.c + mplayer/gtk/common.c \ + endif OBJS = $(SRCS:.c=.o)