Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan)
2008-02-15 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am: * modules/other/gail/tests/Makefile.am: * modules/other/gail/libgail-util/Makefile.am: * modules/other/gail/Makefile.am: Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan) svn path=/trunk/; revision=19591
This commit is contained in:

committed by
Matthias Clasen

parent
13277493eb
commit
ca36ffc2af
@ -1,3 +1,11 @@
|
||||
2008-02-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/Makefile.am:
|
||||
* modules/other/gail/tests/Makefile.am:
|
||||
* modules/other/gail/libgail-util/Makefile.am:
|
||||
* modules/other/gail/Makefile.am: Fix builddir!=srcdir
|
||||
builds. (#516254, Yevgen Muntyan)
|
||||
|
||||
2008-02-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkentry.c:
|
||||
|
@ -29,6 +29,7 @@ INCLUDES = \
|
||||
-DGTK_COMPILATION \
|
||||
-DGTK_PRINT_BACKENDS=\"$(GTK_PRINT_BACKENDS)\" \
|
||||
-DGTK_PRINT_PREVIEW_COMMAND=\"$(GTK_PRINT_PREVIEW_COMMAND)\" \
|
||||
-I$(top_builddir) \
|
||||
-I$(top_builddir)/gtk \
|
||||
-I$(top_srcdir) -I../gdk \
|
||||
-I$(top_srcdir)/gdk \
|
||||
|
@ -138,6 +138,7 @@ libgailinclude_HEADERS = \
|
||||
$(gail_public_h_sources)
|
||||
|
||||
libgail_la_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/modules/other \
|
||||
-I$(top_srcdir)/gdk \
|
||||
-I$(top_builddir)/gdk \
|
||||
|
@ -47,6 +47,7 @@ libgailutilinclude_HEADERS = \
|
||||
$(util_public_h_sources)
|
||||
|
||||
libgailutil_la_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/gdk \
|
||||
-I$(top_builddir)/gdk \
|
||||
-I$(top_srcdir)/gtk \
|
||||
|
@ -33,6 +33,7 @@ noinst_LTLIBRARIES = \
|
||||
libtestvalues.la
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/gdk \
|
||||
-I$(top_builddir)/gdk \
|
||||
-I$(top_srcdir)/gtk \
|
||||
|
Reference in New Issue
Block a user