summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-11-16 11:07:08 -0600
committerVictor Lowther <victor.lowther@gmail.com>2009-11-16 11:07:08 -0600
commitc4f1ddf6b31dc24e0181dea1d0495fc359f4d2d9 (patch)
treed77325eadbcb8d4518954b0536c187fdb0d3dc48 /src
parent281bcef4c81e4a9751923bb6ea64669d1f9aba5d (diff)
Extract out the bits that handle translating .fdi files into their own
script. Integrating video quirk db handling into pm-utils requires splitting out database querying from database importing anyways.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1d7dd52..1ca2bda 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,11 +14,11 @@ pm_bin_SCRIPTS = pm-action
bin_SCRIPTS = pm-is-supported
-dist_bin_SCRIPTS = on_ac_power
+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
+script_in_files = pm-action.in pm-is-supported.in pm-powersave.in import-fdi-quirkdb.in
CLEANFILES = $(script_in_files:.in=)