From 4226f4412b1482cb04d622507573ff207fc7668d Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Fri, 2 May 2014 10:30:01 +0200 Subject: [PATCH] fishd requires fish_version.o. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c6d6194d9..9f257d440 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,7 +116,7 @@ FISH_TESTS_OBJS := $(FISH_OBJS) fish_tests.o # FISHD_OBJS := fishd.o env_universal_common.o wutil.o print_help.o \ - common.o utf8.o + common.o utf8.o fish_version.o #