From 4f631cf8b3ceb2d8e8342850a0124426faa0a0c7 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Sat, 27 May 2017 00:36:20 +0800 Subject: [PATCH 1/1] atk/Makefile.am: Dist atk.rc This was accidentally removed in commit cc0e04b, which broke Visual Studio builds... --- atk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atk/Makefile.am b/atk/Makefile.am index 3f9db90..c8f9419 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -200,7 +200,7 @@ endif atk-win32-res.o: atk.rc $(WINDRES) $< $@ -EXTRA_DIST += atk.rc.in +EXTRA_DIST += atk.rc.in atk.rc # ---------- MSVC Project Items --------- MSVCPROJS = atk -- 2.7.4