OSDN Git Service

build: Fix make distcheck for input plugin
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Mon, 12 Nov 2012 21:03:41 +0000 (17:03 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 13 Nov 2012 08:05:18 +0000 (10:05 +0200)
commit77796c9f7b60e4aca3a7427fa89d13e10eddd87c
tree49ac5312f9fefaf267eca9b1f8893eb0c8b9fb49
parent97451ee53c53ef45146b04a41573264ef7573301
build: Fix make distcheck for input plugin

suspend.c is a symlink generated at build time, therefore it should be
created on build directory. Additionally, it is necessary to add
-I$(srcdir)/profiles/input to CPPFLAGS so suspend.h can be found (the
compiler does not follow symlinks prior to resolving #include
directives).
Makefile.am