diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 2000-02-19 06:48:38 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-02-19 06:48:38 +0800 |
commit | c94e9ff65972f2b24f1b1982f9204f73185eeae8 (patch) | |
tree | bdd47a87eafe9e72e6dc89842d33fc82f57768e6 /widgets/e-table | |
parent | 5e836ee59cbbe4f3959c2acbbe5b5d107d276e72 (diff) | |
download | gsoc2013-evolution-c94e9ff65972f2b24f1b1982f9204f73185eeae8.tar gsoc2013-evolution-c94e9ff65972f2b24f1b1982f9204f73185eeae8.tar.gz gsoc2013-evolution-c94e9ff65972f2b24f1b1982f9204f73185eeae8.tar.bz2 gsoc2013-evolution-c94e9ff65972f2b24f1b1982f9204f73185eeae8.tar.lz gsoc2013-evolution-c94e9ff65972f2b24f1b1982f9204f73185eeae8.tar.xz gsoc2013-evolution-c94e9ff65972f2b24f1b1982f9204f73185eeae8.tar.zst gsoc2013-evolution-c94e9ff65972f2b24f1b1982f9204f73185eeae8.zip |
Add EXTRA_GNOME_CFLAGS to INCLUDES>
2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
* Makefile.am (INCLUDES): Add EXTRA_GNOME_CFLAGS to INCLUDES>
svn path=/trunk/; revision=1841
Diffstat (limited to 'widgets/e-table')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/e-table/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 9425282dd9..f0d91f98ac 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,7 @@ +2000-02-18 Miguel de Icaza <miguel@nuclecu.unam.mx> + + * Makefile.am (INCLUDES): Add EXTRA_GNOME_CFLAGS to INCLUDES> + 2000-02-12 Iain Holmes <ih@csd.abdn.ac.uk> * e-table-header-item.c (ethi_drag_motion): Check the ethi is actually diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 335818e7d1..556a77bad8 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -1,4 +1,5 @@ INCLUDES = \ + $(EXTRA_GNOME_CFLAGS) \ $(GNOME_INCLUDEDIR) \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/e-util \ |