diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-17 07:29:17 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-17 07:29:17 +0800 |
commit | 0dd9493f1092812a1885501a105c2aef0e4a0dd2 (patch) | |
tree | eebb504da7c90628439b053264aabc3ba52d052b /calendar/pcs | |
parent | fa748c3bdcbc344dec8c1ddb03707661adecce3a (diff) | |
download | gsoc2013-evolution-0dd9493f1092812a1885501a105c2aef0e4a0dd2.tar.gz gsoc2013-evolution-0dd9493f1092812a1885501a105c2aef0e4a0dd2.tar.zst gsoc2013-evolution-0dd9493f1092812a1885501a105c2aef0e4a0dd2.zip |
Add EXTRA_GNOME_CFLAGS, for gal.
* pcs/Makefile.am (INCLUDES): Add EXTRA_GNOME_CFLAGS, for gal.
svn path=/trunk/; revision=9395
Diffstat (limited to 'calendar/pcs')
-rw-r--r-- | calendar/pcs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 0719a5e566..227ca53257 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -5,6 +5,7 @@ INCLUDES = \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ $(BONOBO_VFS_GNOME_CFLAGS) \ + $(EXTRA_GNOME_CFLAGS) \ -DGNOMELOCALEDIR=\""$(localedir)"\" CORBA_GENERATED = \ |