Merge pull request #2507 from stapelberg/autotools

Switch to autotools (GNU build system)
This commit is contained in:
Michael Stapelberg
2016-10-25 08:56:12 +02:00
committed by GitHub
197 changed files with 3005 additions and 1011 deletions

View File

@ -1,5 +1,3 @@
#undef I3__FILE__
#define I3__FILE__ "con.c"
/*
* vim:ts=4:sw=4:expandtab
*
@ -12,6 +10,7 @@
*
*/
#include "all.h"
#include "yajl_utils.h"
static void con_on_remove_child(Con *con);