From f3ea06c373a54283e7bc950209d2d9b97e2f3891 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Fri, 5 Aug 2011 17:47:52 +1200 Subject: [PATCH] Include OpenRA.Renderer.SdlCommon.dll in 'make install'. Merged from gentoo ebuild, https://github.com/cerebrum/dr/blob/master/games-strategy/openra/files/Makefile_rsdl.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8814b57857..f4def06964 100644 --- a/Makefile +++ b/Makefile @@ -209,7 +209,7 @@ BIN_INSTALL_DIR = $(DESTDIR)$(bindir) INSTALL_DIR = $(DESTDIR)$(datadir)/openra INSTALL = install INSTALL_PROGRAM = $(INSTALL) -CORE = fileformats rcg rgl rnull game editor utility +CORE = fileformats rcg rgl rsdl rnull game editor utility install: all @-echo "Installing OpenRA to $(INSTALL_DIR)"