diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-07 03:19:18 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-07 03:19:18 +0800 |
commit | ff533a0ccfc8c300de8ccd1e195c62325008c6a8 (patch) | |
tree | 9ec73b228e046cf6835c069fc092abef5a24cf24 /widgets | |
parent | 165ba7b2ef911aac106d1be84aa331cd064b9708 (diff) | |
download | gsoc2013-evolution-ff533a0ccfc8c300de8ccd1e195c62325008c6a8.tar gsoc2013-evolution-ff533a0ccfc8c300de8ccd1e195c62325008c6a8.tar.gz gsoc2013-evolution-ff533a0ccfc8c300de8ccd1e195c62325008c6a8.tar.bz2 gsoc2013-evolution-ff533a0ccfc8c300de8ccd1e195c62325008c6a8.tar.lz gsoc2013-evolution-ff533a0ccfc8c300de8ccd1e195c62325008c6a8.tar.xz gsoc2013-evolution-ff533a0ccfc8c300de8ccd1e195c62325008c6a8.tar.zst gsoc2013-evolution-ff533a0ccfc8c300de8ccd1e195c62325008c6a8.zip |
Get the meeting time selector to work on my system (libunicode
installation prefix different from the GNOME default installation
prefix).
svn path=/trunk/; revision=5223
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/meeting-time-sel/ChangeLog | 4 | ||||
-rw-r--r-- | widgets/meeting-time-sel/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/widgets/meeting-time-sel/ChangeLog b/widgets/meeting-time-sel/ChangeLog index 847431e29d..d7ea4134ab 100644 --- a/widgets/meeting-time-sel/ChangeLog +++ b/widgets/meeting-time-sel/ChangeLog @@ -1,3 +1,7 @@ +2000-09-06 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am (INCLUDES): Add `$(EXTRA_GNOME_CFLAGS)'. + 2000-06-26 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Added the include path to top_srcdir. diff --git a/widgets/meeting-time-sel/Makefile.am b/widgets/meeting-time-sel/Makefile.am index 840c333f1a..afa2d45d8f 100644 --- a/widgets/meeting-time-sel/Makefile.am +++ b/widgets/meeting-time-sel/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ + $(EXTRA_GNOME_CFLAGS) \ $(GNOME_INCLUDEDIR) \ -I $(top_srcdir) \ -DG_LOG_DOMAIN=\"meeting-time-sel\" |