bloatpad: move into private subdir

Desktop / GNOME / GTK - Ryan Lortie [desrt.ca] - 7 July 2014 12:37 UTC

Move bloatpad to ./examples/bp/ so that we can start treating it as more of a "normal" app instead of just jamming everything into a single .c file.

We don't use the name "bloatpad" for the directory in order not to create 'git pull' pain with the probably-already-existing executable of the same name.

https://bugzilla.gnome.org/show_bug.cgi?id=722092

4d8b2af bloatpad: move into private subdir
configure.ac | 1 +
examples/Makefile.am | 3 +-
examples/bloatpad.c | 767 -----------------------------------------------
examples/bp/Makefile.am | 16 +
examples/bp/bloatpad.c | 767 +++++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 785 insertions(+), 769 deletions(-)

Upstream: git.gnome.org


  • Share