| Index: Makefile
|
| diff --git a/Makefile b/Makefile
|
| index e6aa3d231068430bbdec9ee3b9004c827db0a8b5..1591219da0fb73632eb925173ce7d67c9f940fcb 100644
|
| --- a/Makefile
|
| +++ b/Makefile
|
| @@ -27,11 +27,8 @@ _LIBRT_SH= [ "$$(uname -s)" = "Linux" ] && echo "-lrt" || echo ""
|
| _LIBRT!= ${_LIBRT_SH}
|
| LIBRT?= ${_LIBRT}$(shell ${_LIBRT_SH})
|
|
|
| -# Chrome OS crash reporting
|
| -LIBCRASH?= -lcrash
|
| -
|
| CFLAGS+= ${DBUSCFLAGS}
|
| -LDADD+= ${DBUSLIBS} ${LIBRT} ${LIBCRASH}
|
| +LDADD+= ${DBUSLIBS} ${LIBRT}
|
|
|
| OBJS+= ${SRCS:.c=.o} ${COMPAT_SRCS:.c=.o}
|
|
|
|
|