diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:04:47 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:08:13 +0200 |
commit | b74a52256ac71d68e9f004ed8d05b84e50660023 (patch) | |
tree | 485a3cf7999f2ac817101f216cc9118a4388e9bc /Makefile.am | |
parent | 2d6501f319d7893ec02dcf75dc38e14315c2db31 (diff) |
Remove librt check
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 354cbf8777..635735aee8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -757,7 +757,6 @@ BUILT_SOURCES += \ libelogind_internal_la_LIBADD = \ - $(RT_LIBS) \ libelogind-shared.la libelogind_internal_la_LDFLAGS = \ |