X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FMakefile.in;h=fe89db5923981f3f52c035d8e21e7b7255aee2ba;hb=8e5f65e9229d8ab54b3057505569061e856582d0;hp=da178fc1372baf41a3a6c2354b14172f318d13cd;hpb=4ea07d6964c0f73c858e83513e14a28000054256;p=xestiaab%2F.git diff --git a/source/Makefile.in b/source/Makefile.in index da178fc..fe89db5 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -9,7 +9,7 @@ XAB_OUT=xestiaab BMCO_HELP=tools/bitmapcode.helper BMCO_DIR=../bitmaps -MAINOBJS=main.o +MAINOBJS=main.o convert.o CEOBJS=contacteditor/frmContactEditor.o \ contacteditor/frmContactEditor-Business.o \ contacteditor/frmContactEditor-Calendar.o \ @@ -129,13 +129,15 @@ imexobjs: $(IMEXOBJS) clean: rm -f $(XAB_OUT) $(BMCO_HELP) tools/bitmapcode.o *.o \ vcard/*.o common/*.o carddav/*.o contacteditor/*.o search/*.o \ - widgets/*.o export/*.o import/*.o actmgr/*.o tests/$(XAB_OUT)_test + widgets/*.o export/*.o import/*.o actmgr/*.o tests/$(XAB_OUT)_test \ + tests/Temp* distclean: clean rm -f Makefile config.status config.log bitmapsdone \ tools/bitmapcode.helper bitmaps.h find bitmaps -name "*.cpp" -type f -delete find bitmaps -name "*.h" -type f -delete + chmod 644 tests/InvalidPermissions.vcf bitmaphelperobjs: $(BMCOOBJS) @@ -150,4 +152,4 @@ uninstall: rm @BINDIR@/$(XAB_OUT) test: - @GTEST@ +@GTEST@