diff options
author | Paul Tagliamonte <paultag@ubuntu.com> | 2011-09-04 22:08:39 (GMT) |
---|---|---|
committer | Paul Tagliamonte <tag@loki.(none)> | 2011-09-24 15:48:48 (GMT) |
commit | a4ef2d2c3ad5ba06096da8a2a096d9237b378cec (patch) | |
tree | 0937994afbe7967d9dd3aea3c9a0947f2374ffbb /util/fbautostart | |
parent | 44f4b0b601a63411095b53951b110af48b3cfbdc (diff) | |
download | fluxbox_paul-a4ef2d2c3ad5ba06096da8a2a096d9237b378cec.zip fluxbox_paul-a4ef2d2c3ad5ba06096da8a2a096d9237b378cec.tar.bz2 |
Newlining the line at 80 chars.
Diffstat (limited to 'util/fbautostart')
-rw-r--r-- | util/fbautostart/Makefile.am | 5 |
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. |
2 | INCLUDES = -I./include | 2 | INCLUDES = -I./include |
3 | bin_PROGRAMS = fbautostart | 3 | bin_PROGRAMS = fbautostart |
4 | fbautostart_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 | 4 | fbautostart_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 | ||