jack-ullery / AppAnvil

Graphical user interface for the AppArmor security module (in-progress)
GNU General Public License v3.0
17 stars 12 forks source link

Submodule #87

Closed jack-ullery closed 3 months ago

jack-ullery commented 3 months ago

This should simplify the build greatly by adding libappanvil as a submodule.

Now when the user downloads the repo, they can do git submodule update --init --recursive and libappanvil will build with the rest of the project when cmake . && make is called

The documentation was updated to reflect this change.

jack-ullery commented 3 months ago

Before merging I should double check that the tests are working ok. Maybe I need to overhaul those in a separate issue