author | Sebastian Harl <sh@tokkee.org> | |
Wed, 25 Jun 2014 08:40:21 +0000 (10:40 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 25 Jun 2014 08:40:21 +0000 (10:40 +0200) | ||
commit | 7c335c8899f076071c0114a797e9b2fba8f1dbe3 | |
tree | e941fe13fdda8dfb31fda77741ef59f9ba2efe69 | tree | snapshot |
parent | 816b2d5239c9d9dd55bea8a3684f55d7a17bf380 | commit | diff |
Makefile: For now, link libsysdb sources directly into sysdbd.
Libtool's convenience libraries don't work with programs. When linking sysdbd
previously, none of the libsysdb objects only used by plugins would have been
linked in. That is, the respective libraries could not be loaded when running
the daemon.
We'll keep the library around, though, since it's used for the unit tests.
This is just a hack but it'll go away after the API is stable and libsysdb is
turned back into a "real" library. That'll happen before the 1.0 release.
Libtool's convenience libraries don't work with programs. When linking sysdbd
previously, none of the libsysdb objects only used by plugins would have been
linked in. That is, the respective libraries could not be loaded when running
the daemon.
We'll keep the library around, though, since it's used for the unit tests.
This is just a hack but it'll go away after the API is stable and libsysdb is
turned back into a "real" library. That'll happen before the 1.0 release.
src/Makefile.am | diff | blob | history |