aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-15 18:18:02 +0100
committerMax Kellermann <max@duempel.org>2013-01-15 18:18:34 +0100
commit707112677065dd59f638764bb9dbd64d200b8a85 (patch)
tree10b5f2461c43fa5f847df23abccd9ada00e6b237 /Makefile.am
parent2101daef5a939d41a306fcccf2d94992f82723e2 (diff)
downloadmpd-707112677065dd59f638764bb9dbd64d200b8a85.tar.gz
mpd-707112677065dd59f638764bb9dbd64d200b8a85.tar.xz
mpd-707112677065dd59f638764bb9dbd64d200b8a85.zip
InotifySource: use the SocketMonitor class
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a17346844..d4f4fdc62 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1335,6 +1335,7 @@ test_run_inotify_SOURCES = test/run_inotify.cxx \
src/fd_util.c \
src/InotifySource.cxx
test_run_inotify_LDADD = \
+ libevent.a \
libutil.a \
$(GLIB_LIBS)
endif