diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-08-03 00:00:30 +0800 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-08-03 00:00:30 +0800 |
commit | b83d509e961197fa3bc182af8205fd554405a905 (patch) | |
tree | 55f1259b3b6468176bd6c4c329bf1724b6101d61 /calendar/gui | |
parent | e04ff08029253c72af62df710a04cd45793ad23b (diff) | |
download | gsoc2013-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
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 14 |
1 files changed, 12 insertions, 2 deletions
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) \ |