diff options
| author | Federico Mena Quintero <federico@helixcode.com> | 2000-03-01 12:36:45 +0800 | 
|---|---|---|
| committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-03-01 12:36:45 +0800 | 
| commit | 42b1c7349402596c145df3feea873ca65e9a4f56 (patch) | |
| tree | 2e2beb7ab5e87e0127b8972056a4f55e9c476632 /calendar/Makefile.am | |
| parent | 15f59f85254d210e43b2c687f0e5131eb8dfa523 (diff) | |
| download | gsoc2013-evolution-42b1c7349402596c145df3feea873ca65e9a4f56.tar.gz gsoc2013-evolution-42b1c7349402596c145df3feea873ca65e9a4f56.tar.zst gsoc2013-evolution-42b1c7349402596c145df3feea873ca65e9a4f56.zip | |
Removed stale rule for the conduit.
2000-02-29  Federico Mena Quintero  <federico@helixcode.com>
	* Makefile.am: Removed stale rule for the conduit.
svn path=/trunk/; revision=1998
Diffstat (limited to 'calendar/Makefile.am')
| -rw-r--r-- | calendar/Makefile.am | 16 | 
1 files changed, 7 insertions, 9 deletions
| diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 521a95114b..8e2ea78dde 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -198,17 +198,15 @@ calendar_conduitsdir=$(libdir)/gnome-pilot/conduits  calendar_conduits_LTLIBRARIES = libcalendar_conduit.la  endif  -libcalendar_conduit_la_SOURCES = \ -	GnomeCal-common.c	\ -	GnomeCal-stubs.c	\ -	calendar-conduit.c	\ -	calobj.c 		\ -	alarm.c			\ -	calendar.c 		\ +libcalendar_conduit_la_SOURCES =		\ +	GnomeCal-common.c			\ +	GnomeCal-stubs.c			\ +	calendar-conduit.c			\ +	calobj.c				\ +	alarm.c					\ +	calendar.c				\  	timeutil.c -calendar-conduit.c: my_gnomecal_idl -  libcalendar_conduit_la_LDFLAGS = \  	-rpath $(libdir) | 
