aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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