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/cal-client | |
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/cal-client')
-rw-r--r-- | calendar/cal-client/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/cal-client/Makefile.am b/calendar/cal-client/Makefile.am index fa9435d465..2f34579d0b 100644 --- a/calendar/cal-client/Makefile.am +++ b/calendar/cal-client/Makefile.am @@ -1,3 +1,7 @@ +# +# libcal-client +# + CORBA_GENERATED = \ evolution-calendar.h \ evolution-calendar-common.c \ @@ -36,3 +40,20 @@ libcal_client_la_SOURCES = \ libcal_clientinclude_HEADERS = \ cal-client.h \ cal-util.h + +# +# client-test program + +noinst_PROGRAMS = client-test + +client_test_SOURCES = \ + tl-test.c + +client_test_INCLUDES = \ + $(INCLUDES) \ + -DG_LOG_DOMAIN=\"tl-test\" + +client_test_LDADD = \ + $(BONOBO_VFS_GNOME_LIBS) \ + ../libversit/libversit.la \ + libcal-client.la |