summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-08-21 17:10:05 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-08-21 17:10:05 +0000
commit1f46a5a39c128aa885b462af178370f43d7ad56e (patch)
tree2ced0ee40240af3400bd07b58c1c70186d1c641b /src
parent9c77cb886ab91770f0788caadead23f0a1f5e851 (diff)
Make building of Rush optional, bump to 1.0.1.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index eaa0751..d641e62 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,9 +35,13 @@ apm_drv_la_SOURCES = \
apm_driver.c \
apm.h \
apm_i2c.c \
- apm_regs.h \
- apm_rush.c
+ apm_regs.h
+
+if XF86RUSH
+apm_drv_la_SOURCES += apm_rush.c
+endif
EXTRA_DIST = \
apm_funcs.c \
- apm_video.c
+ apm_video.c \
+ apm_rush.c