From 378b5b2db652c136435efb8715dec4de229cd505 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Tue, 22 Aug 2017 23:30:56 +0100 Subject: [PATCH] Makefile.in: Added widgets/XABPriorityCtrl.o to link XAB with --- source/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index 5c1819a..964c3b3 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -71,7 +71,8 @@ FORMOBJS=AppXestiaAddrBk.o frmAbout.o frmMain.o \ frmNewAccount.o frmNewAccount-CardDAV2.o frmPreferences.o frmContact.o \ frmConflictResolution.o frmEditAccount.o frmInvalidSSLCertificate.o \ frmSSLCertificate.o frmUpdate.o -WIDGETOBJS=widgets/XABAccountView.o widgets/XABContactMenu.o +WIDGETOBJS=widgets/XABAccountView.o widgets/XABContactMenu.o \ + widgets/XABPriorityCtrl.o BMCOOBJS=tools/bitmapcode.o default: -- 2.39.2