Namespace all components to make license tracking simpler

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2016-05-26 22:37:23 +01:00
parent 4cd4d4aaab
commit 2b3036393c
5 changed files with 22 additions and 7 deletions
+7 -3
View File
@@ -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
+15 -4
View File
@@ -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.
View File
View File
View File