summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2010-06-05 14:09:07 -0500
committerVictor Lowther <victor.lowther@gmail.com>2010-06-05 14:09:07 -0500
commit4eaf130c73b3234ed980866ce54a311407accf36 (patch)
tree3f9d04cb0fd8f328ccd452437bb0713d9a05b86a
parent12a931d4db8258049c5d619bb99f4f58ef600de1 (diff)
Oops, forgot to add service script into the ight Makefile.am.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index c89c852..dbb0e8f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@ dist_bin_SCRIPTS = on_ac_power import-fdi-quirkdb
sbin_SCRIPTS = pm-powersave
-script_in_files = pm-action.in pm-is-supported.in pm-powersave.in import-fdi-quirkdb.in
+script_in_files = pm-action.in pm-is-supported.in pm-powersave.in import-fdi-quirkdb.in service
CLEANFILES = $(script_in_files:.in=)