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 /src | |
parent | e38e2df15c9a4b08dee6386a225e98827bb35aad (diff) |
Add configure options to allow hard-coded paths to be changed.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c2214b2..d9622f9 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 |