[gnome-shell/datetime] Forgot to add file



commit 18f2f6f938dc3f32d7de8612ca02200feab6a9e3
Author: David Zeuthen <davidz redhat com>
Date:   Tue Jan 25 15:53:07 2011 -0500

    Forgot to add file
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 src/Makefile-calendar-client.am |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile-calendar-client.am b/src/Makefile-calendar-client.am
new file mode 100644
index 0000000..a79f2cd
--- /dev/null
+++ b/src/Makefile-calendar-client.am
@@ -0,0 +1,20 @@
+
+noinst_LTLIBRARIES += libcalendar-client.la
+
+libcalendar_client_la_SOURCES = 							\
+	calendar-client/calendar-client.h	calendar-client/calendar-client.c	\
+	calendar-client/calendar-debug.h						\
+	calendar-client/calendar-sources.c	calendar-client/calendar-sources.h	\
+	$(NULL)
+
+libcalendar_client_la_CFLAGS = 			\
+	-I$(top_srcdir)/src			\
+	-DPREFIX=\""$(prefix)"\"		\
+	-DLIBDIR=\""$(libdir)"\"		\
+	-DDATADIR=\""$(datadir)"\"		\
+	-DG_DISABLE_DEPRECATED			\
+	-DG_LOG_DOMAIN=\"CalendarClient\"	\
+	$(LIBECAL_CFLAGS)			\
+	$(NULL)
+
+libcalendar_client_la_LIBADD = $(LIBECAL_LIBS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]