Help!

[PATCH] Pass -I$(top_builddir) to libcompat as it uses con..

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> PacKaGe RSS
Next:  [PATCH 0/6] Second call for review: conffile trac..  
Author Message
Mikhail Gusarov
External


Since: Oct 09, 2005
Posts: 116



PostPosted: Thu Oct 15, 2009 8:10 pm    Post subject: [PATCH] Pass -I$(top_builddir) to libcompat as it uses config.h
Archived from groups: linux>debian>maint>dpkg (more info?)

---
lib/compat/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am
index 4debfa2..a312ef3 100644
--- a/lib/compat/Makefile.am
+++ b/lib/compat/Makefile.am
@@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in

AM_CPPFLAGS = \
- -idirafter $(top_srcdir)/lib/compat
-
+ -idirafter $(top_srcdir)/lib/compat \
+ -I$(top_builddir)

noinst_LIBRARIES = libcompat.a

--
1.6.3.3


--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Guillem Jover
External


Since: Nov 13, 2004
Posts: 478



PostPosted: Thu Oct 15, 2009 8:10 pm    Post subject: Re: [PATCH] Pass -I$(top_builddir) to libcompat as it uses config.h [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi!

On Wed, 2009-10-14 at 03:36:20 +0700, Mikhail Gusarov wrote:
> ---
> lib/compat/Makefile.am | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/compat/Makefile.am b/lib/compat/Makefile.am
> index 4debfa2..a312ef3 100644
> --- a/lib/compat/Makefile.am
> +++ b/lib/compat/Makefile.am
> @@ -1,8 +1,8 @@
> ## Process this file with automake to produce Makefile.in
>
> AM_CPPFLAGS = \
> - -idirafter $(top_srcdir)/lib/compat
> -
> + -idirafter $(top_srcdir)/lib/compat \
> + -I$(top_builddir)
>
> noinst_LIBRARIES = libcompat.a

Minor editing, removed the blank line deletion, and slightly edited
the commit message. Pushed, thanks!

regards,
guillem


--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> PacKaGe All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum