aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
authorMichael Fulbright <drmike@src.gnome.org>1998-12-09 13:53:19 +0800
committerMichael Fulbright <drmike@src.gnome.org>1998-12-09 13:53:19 +0800
commit3f9e4e7024492d8d66db19d41d514f97816a9849 (patch)
treeba437b348d2f289349c7d5669b6ae56b17d33c15 /calendar/Makefile.am
parent5a8e03a88293da1666190d75aa012755bdbdd8d9 (diff)
downloadgsoc2013-evolution-3f9e4e7024492d8d66db19d41d514f97816a9849.tar
gsoc2013-evolution-3f9e4e7024492d8d66db19d41d514f97816a9849.tar.gz
gsoc2013-evolution-3f9e4e7024492d8d66db19d41d514f97816a9849.tar.bz2
gsoc2013-evolution-3f9e4e7024492d8d66db19d41d514f97816a9849.tar.lz
gsoc2013-evolution-3f9e4e7024492d8d66db19d41d514f97816a9849.tar.xz
gsoc2013-evolution-3f9e4e7024492d8d66db19d41d514f97816a9849.tar.zst
gsoc2013-evolution-3f9e4e7024492d8d66db19d41d514f97816a9849.zip
GNOME PIM lives
Dr Mike <drmike@redhat.com> svn path=/trunk/; revision=518
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r--calendar/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index df80c782e0..8f10c2a1c8 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -1,4 +1,3 @@
-SUBDIRS = versit gnomecard
help_base = $(datadir)/gnome/help/cal
CFLAGS += -Wall
@@ -6,8 +5,7 @@ CFLAGS += -Wall
INCLUDES = \
-I$(includedir) \
$(GNOME_INCLUDEDIR) \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
- -I../../gcalendar
+ -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
bin_PROGRAMS = gnomecal
@@ -59,7 +57,7 @@ gnomecal_SOURCES = \
LINK_FLAGS = \
$(GNOME_LIBDIR) \
$(GNOMEGNORBA_LIBS) \
- $(INTLLIBS) versit/libversit.a
+ $(INTLLIBS) ../libversit/libversit.a
#gncal_LDADD = $(LINK_FLAGS)