diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
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 |