From 0994c6173624491620e616163f94e3ca89810af9 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 6 Jan 2014 16:49:16 -0800 Subject: [PATCH] Fix tabs. --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 43759126..3b2db72e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,16 +25,16 @@ ACLOCAL_AMFLAGS = -I m4 # Subprojects DIST_SUBDIRS = \ src/libguac \ - src/guacd \ - src/protocols/rdp \ - src/protocols/ssh \ - src/protocols/vnc \ + src/guacd \ + src/protocols/rdp \ + src/protocols/ssh \ + src/protocols/vnc \ tests SUBDIRS = \ src/libguac \ src/common \ - src/guacd \ + src/guacd \ tests if ENABLE_RDP