From a2a9144fd752673e5a2ffd94800b4fde3d07324a Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Wed, 9 Apr 2014 22:50:09 -0400 Subject: [PATCH] Fix indentation --- src/Makefile.am | 65 ++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 39 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1cd0108..bd82173 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,46 +7,33 @@ AM_CPPFLAGS = \ bin_PROGRAMS = grip grip_SOURCES = \ - cppmain.cc \ - main.c \ - common.h \ - grip.c \ - grip.h \ - cddev.c \ - cddev.h \ - cdplay.c \ - cdplay.h \ - discedit.c \ - discedit.h \ - rip.c \ - rip.h \ - cdpar.c \ - cdpar.h \ - id3.c \ - grip_id3.h \ - discdb.c \ - discdb.h \ - uihelper.c \ - status_window.c \ - status_window.h \ - xpm.h \ - dialog.c \ - dialog.h \ - gripcfg.c \ - gripcfg.h \ - parsecfg.c \ - parsecfg.h \ - launch.c \ - launch.h \ - gain_analysis.c \ - gain_analysis.h \ - eggtrayicon.c \ - eggtrayicon.h \ - tray.c \ - tray.h \ - gettext.h + cppmain.cc \ + main.c \ + common.h \ + grip.c grip.h \ + cddev.c cddev.h \ + cdplay.c cdplay.h \ + discedit.c discedit.h \ + rip.c rip.h \ + cdpar.c cdpar.h \ + id3.c grip_id3.h \ + discdb.c discdb.h \ + status_window.c status_window.h \ + dialog.c dialog.h \ + gripcfg.c gripcfg.h \ + parsecfg.c parsecfg.h \ + launch.c launch.h \ + gain_analysis.c gain_analysis.h \ + eggtrayicon.c eggtrayicon.h \ + tray.c tray.h \ + uihelper.c \ + xpm.h \ + gettext.h -grip_LDADD = @TERMINAL_WIDGET_LIBS@ $(CDPAR_LIBS) $(ID3_LIBS) +grip_LDADD = \ + @TERMINAL_WIDGET_LIBS@ \ + $(CDPAR_LIBS) \ + $(ID3_LIBS) CLEANFILES = *~ -- 2.20.1