From 3c0f61b4aa9121d996cdf4d1c0292a53ad86a542 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Sat, 19 Jul 2014 13:35:35 +0900 Subject: [PATCH] auto_completion - fix indentation --- src/bin/Makefile.am | 2 +- src/include/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index 63bb8a5..eebc94d 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -30,7 +30,7 @@ enventor_SOURCES = \ search.c \ goto.c \ newfile.c \ - auto_comp.c \ + auto_comp.c \ globals.c enventor_LDADD = @ENVENTOR_LIBS@ diff --git a/src/include/Makefile.am b/src/include/Makefile.am index ad74be1..e1f661e 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -20,6 +20,6 @@ EXTRA_DIST = common.h \ template_code.h \ tools.h \ newfile.h \ - auto_comp.h \ + auto_comp.h \ auto_comp_code.h \ search.h