[Commits] Makefile.am 1.1 1.2 vcard-utils.c NONE 1.1 vcard-utils.h NONE 1.1
miras at claws-mail.org
miras at claws-mail.org
Thu Jan 5 02:45:08 CET 2012
Update of /home/claws-mail/contacts/libversit
In directory claws-mail:/tmp/cvs-serv25973/libversit
Modified Files:
Makefile.am
Added Files:
vcard-utils.c vcard-utils.h
Log Message:
2012-01-05 [mir] 0.6.0cvs77
* Makefile.am
* extensions/vcard/src/Makefile.am
* extensions/vcard/src/vcard-utils.c
* extensions/vcard/src/vcard-utils.h
* libversit/Makefile.am
* libversit/vcard-utils.c
* libversit/vcard-utils.h
move libversit and vcard-utils to project
wide library to be able to add vcard features
to claws-mail.
Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/contacts/libversit/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 5 Jan 2012 00:10:27 -0000 1.1
+++ Makefile.am 5 Jan 2012 01:45:06 -0000 1.2
@@ -3,8 +3,18 @@
noinst_LTLIBRARIES = libversit.la
+libvcardincludedir = \
+ $(includedir)/claws-contacts
+
+libvcardinclude_HEADERS = \
+ vcard-utils.h \
+ vobject.h
+
INCLUDES = \
- @GLIB_CFLAGS@
+ -I${top_srcdir}/src \
+ -I${top_srcdir}/src/dbus \
+ @GLIB_CFLAGS@ \
+ @GTK_CFLAGS@
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Claws-Contacts\"
@@ -15,12 +25,13 @@
libversit_la_SOURCES = \
port.h \
vobject.c \
- vobject.h \
vcc.c \
- vcc.h
+ vcc.h \
+ vcard-utils.c
libversit_la_LIBADD= \
- @GLIB_LIBS@
+ @GLIB_LIBS@ \
+ @GTK_LIBS@
.y.c:
$(YACC) $(YACCFLAGS) -o$@ $<
--- NEW FILE: vcard-utils.c ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: vcard-utils.h ---
(This appears to be a binary file; contents omitted.)
More information about the Commits
mailing list