diff options
author | Stef Walter <stefw@gnome.org> | 2014-03-04 17:50:47 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2014-03-05 13:02:15 +0100 |
commit | 0b751a90927f0f9768cd587fe8cab5e72a74517f (patch) | |
tree | f7c4e867543c7dab39a6064ad513d1d109989928 /daemon/control/frob-control-init.c | |
parent | 9300894079d184a1362e8f80ae695ede6d7e9e75 (diff) |
Makefile.am: Use a single non-recursive Makefile
This allows all the code to be built in parallel, and only
rebuilding stuff that's changed when developing. Much quicker.
In the meantime disable the p11-tests checks, which
were very rarely used. We'll need to migrate them to TAP.
Diffstat (limited to 'daemon/control/frob-control-init.c')
-rw-r--r-- | daemon/control/frob-control-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/control/frob-control-init.c b/daemon/control/frob-control-init.c index 88149bed..34f5a56f 100644 --- a/daemon/control/frob-control-init.c +++ b/daemon/control/frob-control-init.c @@ -1,5 +1,5 @@ -#include "control/gkd-control.h" +#include "gkd-control.h" #include "egg/egg-secure-memory.h" |