diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2000-03-02 07:45:03 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-03-02 07:45:03 +0800 |
commit | e5f5fa095678935bdd69e47421ecacf32377bdde (patch) | |
tree | ffccb6f7f6979e591705aaee34ad3ad0aa0a1b4d /calendar/gui/Makefile.am | |
parent | 998ccc5951851fcd800b24d9698421de9042d938 (diff) | |
download | gsoc2013-evolution-e5f5fa095678935bdd69e47421ecacf32377bdde.tar gsoc2013-evolution-e5f5fa095678935bdd69e47421ecacf32377bdde.tar.gz gsoc2013-evolution-e5f5fa095678935bdd69e47421ecacf32377bdde.tar.bz2 gsoc2013-evolution-e5f5fa095678935bdd69e47421ecacf32377bdde.tar.lz gsoc2013-evolution-e5f5fa095678935bdd69e47421ecacf32377bdde.tar.xz gsoc2013-evolution-e5f5fa095678935bdd69e47421ecacf32377bdde.tar.zst gsoc2013-evolution-e5f5fa095678935bdd69e47421ecacf32377bdde.zip |
Moved to the pcs/ directory - Federico
svn path=/trunk/; revision=2005
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index f81c2e7d0a..e7d5083ef4 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -176,26 +176,6 @@ calendar_pilot_sync_LDADD = \ $(PISOCK_LIBDIR) $(PISOCK_LIBS) \ $(LINK_FLAGS) -noinst_PROGRAMS = tl-test - -tl_test_SOURCES = \ - $(EVOLUTION_CALENDAR_CORBA_GENERATED) \ - cal-client.c \ - cal-client.h \ - cal-listener.c \ - cal-listener.h \ - cal-util.c \ - cal-util.h \ - tl-test.c - -tl_test_INCLUDES = \ - $(INCLUDES) \ - -DG_LOG_DOMAIN=\"tl-test\" - -tl_test_LDADD = \ - $(BONOBO_VFS_GNOME_LIBS) \ - ../libversit/libversit.la - if HAVE_GNOME_PILOT #calendar_conduit calendar_conduitsdir=$(libdir)/gnome-pilot/conduits |