From: Steve Brokenshire Date: Mon, 6 Mar 2017 11:14:34 +0000 (+0000) Subject: Makefile: Added common/languages.o to compile X-Git-Tag: release-0.18~12 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=0cf3bc06fe0b25319944facbf23359486bc7085f Makefile: Added common/languages.o to compile --- 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