diff options
author | Rodney Dawes <dobey@novell.com> | 2004-11-09 21:32:39 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-11-09 21:32:39 +0800 |
commit | 91ef5e18d78202ebbfd545b136c2c80d53bae009 (patch) | |
tree | 9520be76f2051e7c399c42e224798c6ae9d87bd4 /plugins/calendar-http | |
parent | 6e0ede767d83116d1bb7bf21877c01f21f76f8cd (diff) | |
download | gsoc2013-evolution-91ef5e18d78202ebbfd545b136c2c80d53bae009.tar.gz gsoc2013-evolution-91ef5e18d78202ebbfd545b136c2c80d53bae009.tar.zst gsoc2013-evolution-91ef5e18d78202ebbfd545b136c2c80d53bae009.zip |
Add EXTRA_DIST variable for the eplug.in file
2004-11-09 Rodney Dawes <dobey@novell.com>
* Makefile.am: Add EXTRA_DIST variable for the eplug.in file
svn path=/trunk/; revision=27872
Diffstat (limited to 'plugins/calendar-http')
-rw-r--r-- | plugins/calendar-http/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/calendar-http/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/calendar-http/ChangeLog b/plugins/calendar-http/ChangeLog index 419085195f..b65104d99b 100644 --- a/plugins/calendar-http/ChangeLog +++ b/plugins/calendar-http/ChangeLog @@ -1,3 +1,7 @@ +2004-11-09 Rodney Dawes <dobey@novell.com> + + * Makefile.am: Add EXTRA_DIST variable for the eplug.in file + 2004-11-04 Not Zed <NotZed@Ximian.com> * Makefile.am: duh, add this to cvs, remove Makefile. diff --git a/plugins/calendar-http/Makefile.am b/plugins/calendar-http/Makefile.am index 1df269c973..129ceab359 100644 --- a/plugins/calendar-http/Makefile.am +++ b/plugins/calendar-http/Makefile.am @@ -11,3 +11,5 @@ plugin_LTLIBRARIES = liborg-gnome-calendar-http.la liborg_gnome_calendar_http_la_SOURCES = calendar-http.c liborg_gnome_calendar_http_la_LDFLAGS = -module -avoid-version + +EXTRA_DIST = org-gnome-calendar-http.eplug.in |