aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-08-03 00:00:30 +0800
committerElliot Lee <sopwith@src.gnome.org>1999-08-03 00:00:30 +0800
commitb83d509e961197fa3bc182af8205fd554405a905 (patch)
tree55f1259b3b6468176bd6c4c329bf1724b6101d61
parente04ff08029253c72af62df710a04cd45793ad23b (diff)
downloadgsoc2013-evolution-b83d509e961197fa3bc182af8205fd554405a905.tar
gsoc2013-evolution-b83d509e961197fa3bc182af8205fd554405a905.tar.gz
gsoc2013-evolution-b83d509e961197fa3bc182af8205fd554405a905.tar.bz2
gsoc2013-evolution-b83d509e961197fa3bc182af8205fd554405a905.tar.lz
gsoc2013-evolution-b83d509e961197fa3bc182af8205fd554405a905.tar.xz
gsoc2013-evolution-b83d509e961197fa3bc182af8205fd554405a905.tar.zst
gsoc2013-evolution-b83d509e961197fa3bc182af8205fd554405a905.zip
Add nl to list of languages.
Add nl to list of languages. svn path=/trunk/; revision=1065
-rw-r--r--calendar/Makefile.am14
-rw-r--r--calendar/gui/Makefile.am14
2 files changed, 24 insertions, 4 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index 9d35ad371d..50e6e98092 100644
--- a/calendar/Makefile.am
+++ b/calendar/Makefile.am
@@ -27,8 +27,16 @@ GNOMECAL_CORBA_GENERATED = \
GnomeCal-skels.c \
GnomeCal-stubs.c
-$(GNOMECAL_CORBA_GENERATED): GnomeCal.idl
- orbit-idl GnomeCal.idl
+$(GNOMECAL_CORBA_GENERATED): my_gnomecal_idl
+
+my_gnomecal_idl: GnomeCal.idl
+ orbit-idl $(srcdir)/GnomeCal.idl
+ touch my_gnomecal_idl
+
+corba-cal.c \
+corba-cal.h \
+corba-cal-factory.c \
+corba-cal-factory.h: GnomeCal.h
gnomecal_SOURCES = \
GnomeCal-common.c \
@@ -114,6 +122,8 @@ calendar_conduits_LTLIBRARIES = @CALCONDUITLIB@
EXTRA_LTLIBRARIES = libcalendar_conduit.la
+GNOME_CONDUIT_LIBS=
+
libcalendar_conduit_la_LIBADD = \
$(GNOME_CONDUIT_LIBS) \
$(GNOME_LIBDIR) \
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 9d35ad371d..50e6e98092 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -27,8 +27,16 @@ GNOMECAL_CORBA_GENERATED = \
GnomeCal-skels.c \
GnomeCal-stubs.c
-$(GNOMECAL_CORBA_GENERATED): GnomeCal.idl
- orbit-idl GnomeCal.idl
+$(GNOMECAL_CORBA_GENERATED): my_gnomecal_idl
+
+my_gnomecal_idl: GnomeCal.idl
+ orbit-idl $(srcdir)/GnomeCal.idl
+ touch my_gnomecal_idl
+
+corba-cal.c \
+corba-cal.h \
+corba-cal-factory.c \
+corba-cal-factory.h: GnomeCal.h
gnomecal_SOURCES = \
GnomeCal-common.c \
@@ -114,6 +122,8 @@ calendar_conduits_LTLIBRARIES = @CALCONDUITLIB@
EXTRA_LTLIBRARIES = libcalendar_conduit.la
+GNOME_CONDUIT_LIBS=
+
libcalendar_conduit_la_LIBADD = \
$(GNOME_CONDUIT_LIBS) \
$(GNOME_LIBDIR) \