X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FMakefile.in;h=5c1819ade3a7bdf86b147993dc996b701b0815dc;hb=458cff8813367583466a3d208140573ce9d9c561;hp=32d0e76d5d7882cb6332f56611706bcb45756350;hpb=9a0a875d557dd078b9fe35bd53bb701b59483a82;p=xestiaab%2F.git diff --git a/source/Makefile.in b/source/Makefile.in index 32d0e76..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 @@ -136,9 +136,11 @@ bitmaphelper: bitmaphelperobjs install: cp $(XAB_OUT) @BINDIR@/$(XAB_OUT) + cp xestiaab.1 @DATAROOTDIR@/man/man1/xestiaab.1 uninstall: rm @BINDIR@/$(XAB_OUT) + rm @DATAROOTDIR@/man/man1/xestiaab.1 test: @echo "To build and run the unit tests, run 'make' from the tests directory."