diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index d676843..2a8fd04 100644 --- a/po/Makefile +++ b/po/Makefile @@ -38,7 +38,9 @@ LSRCFILES = $(LINGUAS:%=%.po) $(PKG_NAME).pot XGETTEXTFILES = $(TOPDIR)/attr/attr.c \ $(TOPDIR)/getfattr/getfattr.c \ - $(TOPDIR)/setfattr/setfattr.c + $(TOPDIR)/setfattr/setfattr.c \ + $(TOPDIR)/libattr/attr_copy_fd.c \ + $(TOPDIR)/libattr/attr_copy_file.c default: $(LINGUAS:%=%.mo) |