aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Tagliamonte <paultag@ubuntu.com>2011-09-04 22:08:39 (GMT)
committerPaul Tagliamonte <tag@loki.(none)>2011-09-24 15:48:48 (GMT)
commita4ef2d2c3ad5ba06096da8a2a096d9237b378cec (patch)
tree0937994afbe7967d9dd3aea3c9a0947f2374ffbb
parent44f4b0b601a63411095b53951b110af48b3cfbdc (diff)
downloadfluxbox_paul-a4ef2d2c3ad5ba06096da8a2a096d9237b378cec.zip
fluxbox_paul-a4ef2d2c3ad5ba06096da8a2a096d9237b378cec.tar.bz2
Newlining the line at 80 chars.
-rw-r--r--util/fbautostart/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/fbautostart/Makefile.am b/util/fbautostart/Makefile.am
index 2c85234..d354097 100644
--- a/util/fbautostart/Makefile.am
+++ b/util/fbautostart/Makefile.am
@@ -1,4 +1,7 @@
1# FBAutoStart automakefile. 1# FBAutoStart automakefile.
2INCLUDES = -I./include 2INCLUDES = -I./include
3bin_PROGRAMS = fbautostart 3bin_PROGRAMS = fbautostart
4fbautostart_SOURCES = src/comment.cc src/key.cc src/state.cc src/xdg_parse.cc src/entry.cc src/machine.cc src/value.cc src/xdg_spec.cc src/group.cc src/main.cc src/xdg_autostart.cc src/invalid.cc src/Makefile src/xdg_model.cc 4fbautostart_SOURCES = src/comment.cc src/key.cc src/state.cc src/xdg_parse.cc \
5 src/entry.cc src/machine.cc src/value.cc src/xdg_spec.cc src/group.cc \
6 src/main.cc src/xdg_autostart.cc src/invalid.cc src/Makefile \
7 src/xdg_model.cc