diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-22 17:53:58 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-03-22 17:53:58 +0000 |
commit | 3b44259383a99f4db7d7c026638c6676d838229b (patch) | |
tree | e19d31502c2672a7743893e1d04e02b2d0d63c43 /src/Makefile.am | |
parent | 0e3081d35bcad1b5ee637c9b5d0292011c8536b4 (diff) |
Set XVMC_CONFIGDIR to $(sysconfdir)/X11.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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\" |