diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-29 14:49:05 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-29 14:49:05 +0800 |
commit | b14e3c892ce8feac4e72ab80800fb7b6e0408002 (patch) | |
tree | 2a102490907ff4a3870b6216e88e79ac966986e5 /calendar/Makefile.am | |
parent | 282114a676e69a0b4c0656b3a6266d27165b2039 (diff) | |
download | gsoc2013-evolution-b14e3c892ce8feac4e72ab80800fb7b6e0408002.tar gsoc2013-evolution-b14e3c892ce8feac4e72ab80800fb7b6e0408002.tar.gz gsoc2013-evolution-b14e3c892ce8feac4e72ab80800fb7b6e0408002.tar.bz2 gsoc2013-evolution-b14e3c892ce8feac4e72ab80800fb7b6e0408002.tar.lz gsoc2013-evolution-b14e3c892ce8feac4e72ab80800fb7b6e0408002.tar.xz gsoc2013-evolution-b14e3c892ce8feac4e72ab80800fb7b6e0408002.tar.zst gsoc2013-evolution-b14e3c892ce8feac4e72ab80800fb7b6e0408002.zip |
Added Session management to GnomeCal -miguel
svn path=/trunk/; revision=200
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index c0d18f5b55..43726a6714 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1,6 +1,8 @@ SUBDIRS = versit help_base = $(datadir)/gnome/help/cal +CFLAGS += -Wall + INCLUDES = \ -I$(includedir) \ $(GNOME_INCLUDEDIR) \ |