From 0cf3bc06fe0b25319944facbf23359486bc7085f Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 6 Mar 2017 11:14:34 +0000 Subject: [PATCH] Makefile: Added common/languages.o to compile --- source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index 561b126..5c1819a 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -57,7 +57,7 @@ CARDDAV2OBJS=carddav2/carddav2.o COMMONOBJS=common/base64.o common/preferences.o common/getcontactinfo.o \ common/etag.o common/textprocessing.o common/timers.o common/events.o \ common/filename.o common/defaults.o common/uuid.o common/svrblist.o \ - common/dirs.o common/mime.o + common/dirs.o common/mime.o common/languages.o IMEXOBJS=import/import.o import/import-vcard3.o import/import-vcard4.o \ import/frmImportContacts.o import/frmImportResults.o \ export/export.o export/export-vcard3.o export/export-vcard4.o -- 2.39.2