mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-09-06 22:01:27 +00:00
Namespace all components to make license tracking simpler
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
+7
-3
@@ -10,6 +10,10 @@ AM_CFLAGS = \
|
||||
-Wno-conversion -Wunused-variable -Wunreachable-code \
|
||||
-Wall -W -D_FORTIFY_SOURCE=2 -std=c99
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I $(top_srcdir)/src \
|
||||
-I $(top_srcdir)/src/nica
|
||||
|
||||
noinst_LTLIBRARIES = \
|
||||
libnica.la
|
||||
|
||||
@@ -25,9 +29,9 @@ bin_PROGRAMS = \
|
||||
steam
|
||||
|
||||
steam_SOURCES = \
|
||||
src/lsi.h \
|
||||
src/lsi.c \
|
||||
src/shim.c
|
||||
src/shim/lsi.h \
|
||||
src/shim/lsi.c \
|
||||
src/shim/shim.c
|
||||
|
||||
steam_LDADD = \
|
||||
libnica.la
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
linux-steam-integration
|
||||
-----------------------
|
||||
|
||||
A helper shim to enable better Steam integration on Linux systems.
|
||||
A helper shim to enable better Steam* integration on Linux systems.
|
||||
This is part of an effort by Solus to enhance Steam for everyone.
|
||||
|
||||
|
||||
@@ -10,6 +10,17 @@ Note that there is nothing here to see yet as this is still in development.
|
||||
License
|
||||
-------
|
||||
|
||||
Copyright © 2016 Ikey Doherty
|
||||
linux-steam-integration is available under the terms of the `LGPL-2.1`
|
||||
See [LICENSE.LGPL2.1](LICENSE.LGPL2.1) for more details
|
||||
`src/nica`:
|
||||
Partial import of libnica, Copyright © Intel Corporation.
|
||||
Used within the shim component to ensure it is leak free
|
||||
and as lightweight as possible, due to needing to exec the
|
||||
main Steam* launcher.
|
||||
|
||||
`src/shim`:
|
||||
Copyright © 2016 Ikey Doherty
|
||||
linux-steam-integration is available under the terms of the `LGPL-2.1`
|
||||
See [LICENSE.LGPL2.1](LICENSE.LGPL2.1) for more details
|
||||
|
||||
*Some names may be claimed as the property of others.
|
||||
This project, and by extention Solus, is not officially endorsed by, or affiliated
|
||||
with, Steam, or it's parent company, Valve.
|
||||
|
||||
Reference in New Issue
Block a user