From 05216630765a52b8f3115cf288530b6729ba5323 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 13 May 2014 21:03:55 +0800 Subject: [PATCH] Ship with libnotify.so. --- script/create-dist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/create-dist.py b/script/create-dist.py index 63519ed..823371a 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -68,6 +68,7 @@ TARGET_DIRECTORIES = { SYSTEM_LIBRARIES = [ 'libudev.so', 'libgcrypt.so', + 'libnotify.so', ] HEADERS_SUFFIX = [ -- 2.7.4