diff options
author | nobody <nobody@localhost> | 2000-01-09 17:59:30 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-01-09 17:59:30 +0800 |
commit | d67c559595271a981f485029a259afbae3bdf811 (patch) | |
tree | 3706e32ce82bbc0192d4ae47d592662ca1ab5a81 /widgets/meeting-time-sel/Makefile.am | |
parent | 7f8cd0fc327c44f96890639293b2a258adbe1398 (diff) | |
download | gsoc2013-evolution-GNOME_PILOT_0_1_47.tar gsoc2013-evolution-GNOME_PILOT_0_1_47.tar.gz gsoc2013-evolution-GNOME_PILOT_0_1_47.tar.bz2 gsoc2013-evolution-GNOME_PILOT_0_1_47.tar.lz gsoc2013-evolution-GNOME_PILOT_0_1_47.tar.xz gsoc2013-evolution-GNOME_PILOT_0_1_47.tar.zst gsoc2013-evolution-GNOME_PILOT_0_1_47.zip |
This commit was manufactured by cvs2svn to create tagGNOME_PILOT_0_1_47
'GNOME_PILOT_0_1_47'.
svn path=/tags/GNOME_PILOT_0_1_47/; revision=1547
Diffstat (limited to 'widgets/meeting-time-sel/Makefile.am')
-rw-r--r-- | widgets/meeting-time-sel/Makefile.am | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/widgets/meeting-time-sel/Makefile.am b/widgets/meeting-time-sel/Makefile.am deleted file mode 100644 index fdf6e90b67..0000000000 --- a/widgets/meeting-time-sel/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ - -INCLUDES = \ - $(GNOME_INCLUDEDIR) - -noinst_LIBRARIES = \ - libevolutionmtsel.a - -libevolutionmtsel_a_SOURCES = \ - e-meeting-time-sel.c \ - e-meeting-time-sel.h \ - e-meeting-time-sel-item.c \ - e-meeting-time-sel-item.h \ - e-meeting-time-sel-list-item.c \ - e-meeting-time-sel-list-item.h - -noinst_PROGRAMS = \ - test-meeting-time-selector - -test_meeting_time_selector_SOURCES = \ - test-meeting-time-sel.c - -test_meeting_time_selector_LDADD = \ - libevolutionmtsel.a - -test_meeting_time_selector_LDFLAGS = `gnome-config --libs gnomeui` - -EXTRA_DIST = \ - e-meeting-time-sel-mail.xpm \ - e-meeting-time-sel-no-mail.xpm - |