diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-04 12:38:33 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-04 12:38:33 +0800 |
commit | 584ff682e56b90d2a20dc77250ab691a525a2873 (patch) | |
tree | 11a64044859acce43eeda38b251572366b9dfb70 /plugins/calendar-http/Makefile.am | |
parent | d243a742b2a008858ec130521161090dba667106 (diff) | |
download | gsoc2013-evolution-584ff682e56b90d2a20dc77250ab691a525a2873.tar.gz gsoc2013-evolution-584ff682e56b90d2a20dc77250ab691a525a2873.tar.zst gsoc2013-evolution-584ff682e56b90d2a20dc77250ab691a525a2873.zip |
duh, add this to cvs, remove Makefile.
2004-11-04 Not Zed <NotZed@Ximian.com>
* Makefile.am: duh, add this to cvs, remove Makefile.
svn path=/trunk/; revision=27833
Diffstat (limited to 'plugins/calendar-http/Makefile.am')
-rw-r--r-- | plugins/calendar-http/Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/calendar-http/Makefile.am b/plugins/calendar-http/Makefile.am new file mode 100644 index 0000000000..1df269c973 --- /dev/null +++ b/plugins/calendar-http/Makefile.am @@ -0,0 +1,13 @@ +INCLUDES = \ + $(EVOLUTION_CFLAGS) \ + $(EVOLUTION_CALENDAR_CFLAGS) \ + $(SOURCE_SEL_CFLAGS) + +@EVO_PLUGIN_RULE@ + +plugin_DATA = org-gnome-calendar-http.eplug +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 |