diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-08 17:55:18 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-08 17:55:18 +0000 |
commit | 091e5c584124f9b849c0f46802b2f0d8b0cc2388 (patch) | |
tree | 5636a4bdf0b8b55666c13b329f5df2b84a40a53f | |
parent | e38e2df15c9a4b08dee6386a225e98827bb35aad (diff) |
Add configure options to allow hard-coded paths to be changed.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2005-12-08 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * src/Makefile.am: + Add configure options to allow hard-coded paths to be changed. + 2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org> * man/Makefile.am: diff --git a/src/Makefile.am b/src/Makefile.am index c2214b27..d9622f9d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -94,6 +94,8 @@ theatre_drv_la_SOURCES = \ theatre200_drv_la_LTLIBRARIES = theatre200_drv.la theatre200_drv_la_LDFLAGS = -module -avoid-version theatre200_drv_ladir = @moduledir@/multimedia +theatre200_drv_la_CFLAGS = \ + $(AM_CFLAGS) -DMICROC_DIR=\"$(theatre200_drv_ladir)\" theatre200_drv_la_SOURCES = \ theatre200.c theatre200_module.c |