X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=Makefile.am;h=304d60840ae736d2c0b9f45c98e7fa7329ee3182;hb=9d57f5517367679f4f7be5af1aec91ac300db4e3;hp=7e9df13249e7dd8c90b81602c4a0fcb8fdac5c15;hpb=a07d2a804360c52a8630ae22d7a123de13bc0d91;p=pkg%2Fabook.git diff --git a/Makefile.am b/Makefile.am index 7e9df13..304d608 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,9 @@ abook_SOURCES = abook.c database.c filter.c list.c misc.c \ xmalloc.h EXTRA_DIST = config.rpath ANNOUNCE BUGS FAQ abook.1 abookrc.5 sample.abookrc \ - abook.spec contrib + abook.spec contrib doc/HOWTO.translating_abook + +abook_LDADD = @LIBINTL@ install-data-local: $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 @@ -26,3 +28,7 @@ uninstall-local: SUBDIRS = intl po ACLOCAL_AMFLAGS = -I m4 + +if USE_INCLUDED_INTL_H +AM_CPPFLAGS = -Iintl +endif