Use conditional compilation for device.c.

This requires the automake option "subdir-objects" to be enabled, and it
becomes more critical to specify the exact path to local header files.
This commit is contained in:
Guus Sliepen 2013-05-01 12:20:06 +02:00
parent 9f8020a09c
commit e70b5b5bd7
12 changed files with 96 additions and 70 deletions

View file

@ -44,7 +44,6 @@
#include "system.h"
#include "config.h"
#include "connection.h"
#include "device.h"
#include "edge.h"