diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-09-01 14:56:35 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-09-01 14:56:35 +0000 |
commit | 94fbdb5c6d2cdc7b70ecdabe22a9de8b9aabeced (patch) | |
tree | 596ed2f68ec1aab10c00be6b8d5a2852b300295b /hw/xfree86/i2c | |
parent | a65c5796133d126b1810749b5206607e7c42d787 (diff) |
Make RGB_PATH configurable.
Move I2C modules back to $(moduledir)/multimedia.
Diffstat (limited to 'hw/xfree86/i2c')
-rw-r--r-- | hw/xfree86/i2c/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xfree86/i2c/Makefile.am b/hw/xfree86/i2c/Makefile.am index 4022673ba..00053dd6a 100644 --- a/hw/xfree86/i2c/Makefile.am +++ b/hw/xfree86/i2c/Makefile.am @@ -1,4 +1,5 @@ -module_LTLIBRARIES = \ +multimediadir = $(moduledir)/multimedia +multimedia_LTLIBRARIES = \ libi2c.la \ bt829_drv.la \ fi1236_drv.la \ |