about summary refs log tree commit diff stats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-12 22:19:21 +0000
committerJames Booth <boothj5@gmail.com>2014-02-12 22:19:21 +0000
commitb30155a10e4892c769088e9f899eea2435abb80a (patch)
tree1cb4cf6ac5ef6034f91eff2f3be19109ec7e2fc7 /Makefile.am
parent185d72e2ced9bc16b34b22fa8a78897d9c680e3e (diff)
downloadprofani-tty-b30155a10e4892c769088e9f899eea2435abb80a.tar.gz
Moved otr sources into folder
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 9bea1a50..14fddcca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -95,10 +95,10 @@ git_sources = \
     src/gitversion.c
 
 otr3_sources = \
-    src/otr3.c src/otr.h
+    src/otr/otr3.c src/otr/otr.h
 
 otr4_sources = \
-    src/otr4.c src/otr.h
+    src/otr/otr4.c src/otr/otr.h
 
 if INCLUDE_GIT_VERSION
 with_git_sources = $(git_sources) $(core_sources)