OSDN Git Service

build: insert -I$(top_builddir)/include before -I$(top_srcdir)/include
authorKeshav P R <the.ridikulus.rat@gmail.com>
Tue, 10 Jan 2012 11:38:31 +0000 (12:38 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 10 Jan 2012 11:49:21 +0000 (12:49 +0100)
commite4f14df66735ad4f9eb2b7cd0a3f07fbf30a02f7
tree7cfb9fa2d2b30c91fae75079c0e95e20782404b6
parentc5f0d9a4c056eac19754c4e03e76eaef91bcb6f9
build: insert -I$(top_builddir)/include before -I$(top_srcdir)/include

everywhere, for those who perform non-srcdir builds from a pristine
cloned directory.  There is no problem when building from a tarball,
since that includes include/parted/*.h files under $(top_srcdir).
* libparted/Makefile.am: Insert it.
* libparted/fs/Makefile.am: Likewise.
* libparted/labels/Makefile.am: Likewise.
* libparted/tests/Makefile.am: Likewise.
* parted/Makefile.am: Likewise.
* partprobe/Makefile.am: Likewise.
* tests/Makefile.am: Likewise.
libparted/Makefile.am
libparted/fs/Makefile.am
libparted/labels/Makefile.am
libparted/tests/Makefile.am
parted/Makefile.am
partprobe/Makefile.am
tests/Makefile.am