|
Lines 355-364
pkgconfigdata_DATA = \
Link Here
|
| 355 |
dist_polkitpolicy_DATA = \ |
355 |
dist_polkitpolicy_DATA = \ |
| 356 |
src/org.freedesktop.systemd1.policy |
356 |
src/org.freedesktop.systemd1.policy |
| 357 |
|
357 |
|
|
|
358 |
lib_LTLIBRARIES = \ |
| 359 |
libsystemd-daemon.la |
| 360 |
|
| 358 |
noinst_LTLIBRARIES = \ |
361 |
noinst_LTLIBRARIES = \ |
| 359 |
libsystemd-basic.la \ |
362 |
libsystemd-basic.la \ |
| 360 |
libsystemd-core.la \ |
363 |
libsystemd-core.la |
| 361 |
libsystemd-daemon.la |
|
|
| 362 |
|
364 |
|
| 363 |
libsystemd_basic_la_SOURCES = \ |
365 |
libsystemd_basic_la_SOURCES = \ |
| 364 |
src/util.c \ |
366 |
src/util.c \ |
|
Lines 446-451
libsystemd_core_la_LIBADD = \
Link Here
|
| 446 |
|
448 |
|
| 447 |
libsystemd_daemon_la_SOURCES = \ |
449 |
libsystemd_daemon_la_SOURCES = \ |
| 448 |
src/sd-daemon.c |
450 |
src/sd-daemon.c |
|
|
451 |
libsystemd_daemon_la_HEADERS = \ |
| 452 |
src/sd-daemon.h |
| 449 |
|
453 |
|
| 450 |
# This is needed because automake is buggy in how it generates the |
454 |
# This is needed because automake is buggy in how it generates the |
| 451 |
# rules for C programs, but not Vala programs. We therefore can't |
455 |
# rules for C programs, but not Vala programs. We therefore can't |