summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \