about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-23 23:54:14 +0000
committerJames Booth <boothj5@gmail.com>2015-11-23 23:54:14 +0000
commit97d1b964c3b998116f05fd41f26bfe2f724e3150 (patch)
treedba7f43e8a17e2388fd1350f66b78be5c7d2cd7c /Makefile.am
parente8c0eeda8b87ed2c65f846a89834143d4da7eabd (diff)
downloadprofani-tty-97d1b964c3b998116f05fd41f26bfe2f724e3150.tar.gz
Created config/conflists.c for shared config list handling
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 21b0d3aa..1f7e0350 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,7 @@ core_sources = \
 	src/tools/p_sha1.h src/tools/p_sha1.c \
 	src/tools/autocomplete.c src/tools/autocomplete.h \
 	src/tools/tinyurl.c src/tools/tinyurl.h \
+	src/config/conflists.c src/config/conflists.h \
 	src/config/accounts.c src/config/accounts.h \
 	src/config/tlscerts.c src/config/tlscerts.h \
 	src/config/account.c src/config/account.h \
@@ -67,6 +68,7 @@ unittest_sources = \
 	src/config/preferences.c src/config/preferences.h \
 	src/config/theme.c src/config/theme.h \
 	src/config/scripts.c src/config/scripts.h \
+	src/config/conflists.c src/config/conflists.h \
 	src/window_list.c src/window_list.h \
 	src/event/server_events.c src/event/server_events.h \
 	src/event/client_events.c src/event/client_events.h \