summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-03-22 17:53:58 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-03-22 17:53:58 +0000
commit3b44259383a99f4db7d7c026638c6676d838229b (patch)
treee19d31502c2672a7743893e1d04e02b2d0d63c43
parent0e3081d35bcad1b5ee637c9b5d0292011c8536b4 (diff)
Set XVMC_CONFIGDIR to $(sysconfdir)/X11.
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3aa1f20..442e73a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-22 Donnie Berkholz <spyderous@gentoo.org>
+
+ * src/Makefile.am:
+ Set XVMC_CONFIGDIR to $(sysconfdir)/X11.
+
2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/src/Makefile.am b/src/Makefile.am
index 6cb61dd..0744355 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,7 @@ libXvMC_la_CFLAGS = $(AM_CFLAGS)
libXvMCW_la_LIBADD = @XVMC_LIBS@
libXvMCW_la_CFLAGS = \
$(AM_CFLAGS) \
- -DXVMC_CONFIGDIR=XConfigDir \
+ -DXVMC_CONFIGDIR=$(sysconfdir)/X11 \
-DXVMC_SOVERSION=\".1.0\" \
-DXV_SOVERSION=\".1.0\"