Code

Makefile: For now, link libsysdb sources directly into sysdbd.
authorSebastian Harl <sh@tokkee.org>
Wed, 25 Jun 2014 08:40:21 +0000 (10:40 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 25 Jun 2014 08:40:21 +0000 (10:40 +0200)
commit7c335c8899f076071c0114a797e9b2fba8f1dbe3
treee941fe13fdda8dfb31fda77741ef59f9ba2efe69
parent816b2d5239c9d9dd55bea8a3684f55d7a17bf380
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.
src/Makefile.am