From 9f1e5316f34fad3e7d0d1af2f2f3102359cef488 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 18 Jan 2011 16:39:34 +0000 Subject: Added xclock application files --- xorg-server/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xorg-server/makefile') diff --git a/xorg-server/makefile b/xorg-server/makefile index be5748d3f..a7b931a16 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -105,8 +105,11 @@ load_makefile ..\apps\xcalc\makefile MAKESERVER=0 DEBUG=0 xcalc.exe: ..\apps\xcalc\obj\release\xcalc.exe XCalc XCalc-color copy $< $@ +%: ..\apps\xclock\app-defaults\% + copy $< $@ + load_makefile ..\apps\xclock\makefile MAKESERVER=0 DEBUG=0 -xclock.exe: ..\apps\xclock\obj\release\xclock.exe +xclock.exe: ..\apps\xclock\obj\release\xclock.exe XClock XClock-color copy $< $@ load_makefile ..\apps\xwininfo\makefile MAKESERVER=0 DEBUG=0 -- cgit v1.2.3