summaryrefslogtreecommitdiff
path: root/include/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'include/GNUmakefile')
-rw-r--r--include/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GNUmakefile b/include/GNUmakefile
index 606ec83..327a63f 100644
--- a/include/GNUmakefile
+++ b/include/GNUmakefile
@@ -27,7 +27,7 @@ local_install:
$(INSTALL) -m 644 wolf/port/*.h $(includedir)/wolf/port
ifeq "$(ENABLE_NLS)" "1"
$(INSTALL) -d -m 755 $(includedir)/wolf/i18n
- $(INSTALL) -m 644 wolf/threads/*.h $(includedir)/wolf/i18n
+ $(INSTALL) -m 644 wolf/i18n/*.h $(includedir)/wolf/i18n
endif
$(INSTALL) -d -m 755 $(includedir)/wolf/log
$(INSTALL) -m 644 wolf/log/*.h $(includedir)/wolf/log