diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 09:35:30 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 10:08:36 +0200 |
commit | a27d105dcd1376c1df4ff16e388dfcfa3b355cc6 (patch) | |
tree | 6903bc549cc57250bea724bf800a3f7e6812841e /Makefile.am | |
parent | 67e44b0f2c76a8c4913048fe3b8fe90116fa595b (diff) |
FatalError: new library to replace mpd_error.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 245f1f396..b21761092 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,6 +91,7 @@ src_mpd_SOURCES = \ src/thread/PosixCond.hxx \ src/thread/WindowsCond.hxx \ src/thread/GLibCond.hxx \ + src/FatalError.cxx src/FatalError.hxx \ src/clock.c src/clock.h \ src/notify.cxx src/notify.hxx \ src/AudioConfig.cxx src/AudioConfig.hxx \ @@ -1360,6 +1361,7 @@ endif if ENABLE_INOTIFY noinst_PROGRAMS += test/run_inotify test_run_inotify_SOURCES = test/run_inotify.cxx \ + src/FatalError.cxx \ src/fd_util.c \ src/InotifySource.cxx test_run_inotify_LDADD = \ |