From: Raphaƫl Droz Date: Wed, 7 Nov 2012 23:03:25 +0000 (+0100) Subject: vformat: added new files to Makefile.am X-Git-Tag: upstream/0.6.1~2^2~40 X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=commitdiff_plain;h=014231eaeea3f29d2734c0c2948e04e857dd32f4 vformat: added new files to Makefile.am --- diff --git a/Makefile.am b/Makefile.am index 1b3d27e..1097d20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,12 +4,12 @@ bin_PROGRAMS = abook abook_SOURCES = abook.c abook_rl.c database.c edit.c \ filter.c getname.c getopt.c getopt1.c gettext.c \ ldif.c list.c mbswidth.c misc.c options.c \ - ui.c views.c xmalloc.c \ + ui.c vcard.c views.c xmalloc.c \ \ - abook.h abook_curses.h abook_rl.h database.h edit.h \ + abook.h abook_curses.h abook_rl.h database.h edit.h \ filter.h getname.h getopt.h gettext.h \ help.h list.h ldif.h mbswidth.h misc.h options.h \ - ui.h views.h xmalloc.h + ui.h vcard.h views.h xmalloc.h EXTRA_DIST = config.rpath ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc \ abook.spec contrib doc/HOWTO.translating_abook RELEASE_NOTES