From 2644ac3d31780d87ddbde53a8759bf76193c94dd Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 1 Oct 2005 15:49:32 +0000 Subject: automake doesn't recognise .rc files unless there is a rule like this in here. Store the rule in both forms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 142 --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 9668ddfd..15f7507c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,6 +37,8 @@ endif EXTRA_DIST = convert-icon chocolate_doom_icon.c +.rc.o: + windres $^ -o $@ %.o : %.rc windres $^ -o $@ -- cgit v1.2.3