From dfd89f2b5c7e0c41ab94581af0f3f163acd2e00d Mon Sep 17 00:00:00 2001 From: Ansa89 Date: Wed, 25 Jun 2014 09:56:31 +0200 Subject: [PATCH] Makefile: fix typo...again --- build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index b8328ad..53947ba 100644 --- a/build/Makefile +++ b/build/Makefile @@ -8,7 +8,7 @@ MISC_DIR = ../misc PREFIX = /usr/local BINDIR = $(PREFIX)/bin DATADIR = $(PREFIX)/share/toxic -DATAFILES = $(MISC_DIR)/DHTnodes $(MISC_DIR)/toxic.config +DATAFILES = $(MISC_DIR)/DHTnodes $(MISC_DIR)/toxic.conf LIBS = libtoxcore ncursesw