summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-22 22:36:39 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-22 22:36:39 +0000
commitb3b382d8ef6393eff49da97e3822a721468a6bed (patch)
tree23edc6ee732a8607fbe170a250516bf2c17924e0
parent9d381599be89f5cb99da60f83e086e476f50a72f (diff)
fix minor typo
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1706 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--libltdl/config.h2
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/libltdl/config.h b/libltdl/config.h
index 0fe3124c..195d2143 100644
--- a/libltdl/config.h
+++ b/libltdl/config.h
@@ -160,7 +160,7 @@
#define LTDL_SHLIB_EXT ".so"
/* Define to the system default library search path. */
-#define LTDL_SYSSEARCHPATH "/usr/lib:/lib:/usr/lib/qt-3.3/lib"
+#define LTDL_SYSSEARCHPATH "/usr/lib:/lib:/usr/local/lib:/usr/lib/qt-3.3/lib"
/* Define if dlsym() requires a leading underscore in symbol names. */
/* #undef NEED_USCORE */
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b843a4a..04e57662 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -686,7 +686,7 @@ libpulsecore_la_SOURCES += \
pulsecore/fdsem.c pulsecore/fdsem.h \
pulsecore/object.c pulsecore/object.h \
pulsecore/msgobject.c pulsecore/msgobject.h \
- pulsecore/rtsig.c pulsecore/rtsog.h \
+ pulsecore/rtsig.c pulsecore/rtsig.h \
pulsecore/rtpoll.c pulsecore/rtpoll.h \
pulsecore/rtclock.c pulsecore/rtclock.h \
pulsecore/macro.h \