fix minor typo
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Aug 2007 22:36:39 +0000 (22:36 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Aug 2007 22:36:39 +0000 (22:36 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1706 fefdeb5f-60dc-0310-8127-8f9354f1896f

libltdl/config.h
src/Makefile.am

index 0fe3124..195d214 100644 (file)
 #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 */
index 9b843a4..04e5766 100644 (file)
@@ -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 \