Commit c5a479eb authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Add RHEL dectection to the contrib and modify fedora.mak file.

parent 9afab3cd
......@@ -157,6 +157,8 @@ case $HOST in
# Try to match distribution
if test -f /etc/fedora-release; then
cat src/Distributions/fedora.mak >> distro.mak
if test -f /etc/redhat-release; then
cat src/Distributions/rhel.mak >> distro.mak
else
# Default Unix-like systems
cat src/Distributions/unix.mak >> distro.mak
......
......@@ -5,6 +5,6 @@ all: .intl .freetype .fribidi .zlib \
.live .goom2k4 .caca .mod .x264 .xml .twolame \
.mpcdec \
.dvdnav .dvbpsi .wxwidgets .dirac \
.dca .raw1394 .dc1394 .lua .zvbi \
.libdca .raw1394 .dc1394 .lua .zvbi \
.aclocal
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment