diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-05-27 00:36:20 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2017-05-27 00:36:20 +0800 |
commit | 4f631cf8b3ceb2d8e8342850a0124426faa0a0c7 (patch) | |
tree | 832ba504808887923500072edda0a8f706cf1290 /atk | |
parent | 36b5467eae56680d12335ab187d8c87a82393249 (diff) | |
download | atk-4f631cf8b3ceb2d8e8342850a0124426faa0a0c7.tar.gz |
atk/Makefile.am: Dist atk.rc
This was accidentally removed in commit cc0e04b, which broke Visual
Studio builds...
Diffstat (limited to 'atk')
-rw-r--r-- | atk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |