Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
steam
systemd
Commits
4caf4ac1
Commit
4caf4ac1
authored
Jan 30, 2013
by
Kay Sievers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-sys: move HAVE_MICROHTTPD HAVE_MYHOSTNAME to their own sections
parent
aa590241
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
37 deletions
+34
-37
Makefile.am
Makefile.am
+34
-37
No files found.
Makefile.am
View file @
4caf4ac1
...
@@ -644,21 +644,6 @@ MANPAGES_ALIAS = \
...
@@ -644,21 +644,6 @@ MANPAGES_ALIAS = \
man/SD_JOURNAL_FOREACH_UNIQUE.3
\
man/SD_JOURNAL_FOREACH_UNIQUE.3
\
man/sd_journal_get_catalog_for_message_id.3
man/sd_journal_get_catalog_for_message_id.3
if
HAVE_MICROHTTPD
MANPAGES
+=
\
man/systemd-journal-gatewayd.service.8
MANPAGES_ALIAS
+=
\
man/systemd-journal-gatewayd.socket.8
\
man/systemd-journal-gatewayd.8
man/systemd-journal-gatewayd.socket.8
:
man/systemd-journal-gatewayd.service.8
man/systemd-journal-gatewayd.8
:
man/systemd-journal-gatewayd.service.8
endif
if
HAVE_MYHOSTNAME
MANPAGES
+=
\
man/nss-myhostname.8
endif
man/reboot.8
:
man/halt.8
man/reboot.8
:
man/halt.8
man/poweroff.8
:
man/halt.8
man/poweroff.8
:
man/halt.8
man/init.1
:
man/systemd.1
man/init.1
:
man/systemd.1
...
@@ -2883,8 +2868,8 @@ EXTRA_DIST += \
...
@@ -2883,8 +2868,8 @@ EXTRA_DIST += \
CLEANFILES
+=
\
CLEANFILES
+=
\
src/journal/journald-gperf.c
src/journal/journald-gperf.c
# ------------------------------------------------------------------------------
if
HAVE_MICROHTTPD
if
HAVE_MICROHTTPD
gatewayddocumentrootdir
=
$(pkgdatadir)
/gatewayd
gatewayddocumentrootdir
=
$(pkgdatadir)
/gatewayd
rootlibexec_PROGRAMS
+=
\
rootlibexec_PROGRAMS
+=
\
...
@@ -2917,6 +2902,13 @@ nodist_systemunit_DATA += \
...
@@ -2917,6 +2902,13 @@ nodist_systemunit_DATA += \
dist_gatewayddocumentroot_DATA
=
\
dist_gatewayddocumentroot_DATA
=
\
src/journal/browse.html
src/journal/browse.html
MANPAGES
+=
\
man/systemd-journal-gatewayd.service.8
MANPAGES_ALIAS
+=
\
man/systemd-journal-gatewayd.socket.8
\
man/systemd-journal-gatewayd.8
man/systemd-journal-gatewayd.socket.8
:
man/systemd-journal-gatewayd.service.8
man/systemd-journal-gatewayd.8
:
man/systemd-journal-gatewayd.service.8
endif
endif
EXTRA_DIST
+=
\
EXTRA_DIST
+=
\
...
@@ -3443,6 +3435,31 @@ polkitpolicy_in_files += \
...
@@ -3443,6 +3435,31 @@ polkitpolicy_in_files += \
EXTRA_DIST
+=
\
EXTRA_DIST
+=
\
units/systemd-timedated.service.in
units/systemd-timedated.service.in
# ------------------------------------------------------------------------------
if
HAVE_MYHOSTNAME
libnss_myhostname_la_SOURCES
=
\
src/nss-myhostname/nss-myhostname.c
\
src/nss-myhostname/ifconf.h
\
src/nss-myhostname/netlink.c
libnss_myhostname_la_CFLAGS
=
\
$(AM_CFLAGS)
libnss_myhostname_la_LDFLAGS
=
\
$(AM_LDFLAGS)
\
-module
\
-export-dynamic
\
-avoid-version
\
-shared
\
-shrext
.so.2
lib_LTLIBRARIES
+=
\
libnss_myhostname.la
MANPAGES
+=
\
man/nss-myhostname.8
endif
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
if
ENABLE_LOGIND
if
ENABLE_LOGIND
systemd_logind_SOURCES
=
\
systemd_logind_SOURCES
=
\
...
@@ -3601,27 +3618,7 @@ pamlib_LTLIBRARIES = \
...
@@ -3601,27 +3618,7 @@ pamlib_LTLIBRARIES = \
pam_systemd.la
pam_systemd.la
endif
endif
if
HAVE_MYHOSTNAME
# ------------------------------------------------------------------------------
libnss_myhostname_la_SOURCES
=
\
src/nss-myhostname/nss-myhostname.c
\
src/nss-myhostname/ifconf.h
\
src/nss-myhostname/netlink.c
libnss_myhostname_la_CFLAGS
=
\
$(AM_CFLAGS)
libnss_myhostname_la_LDFLAGS
=
\
$(AM_LDFLAGS)
\
-module
\
-export-dynamic
\
-avoid-version
\
-shared
\
-shrext
.so.2
lib_LTLIBRARIES
+=
\
libnss_myhostname.la
endif
# move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
# move lib from $(libdir) to $(rootlibdir) and update devel link, if needed
libsystemd-login-install-hook
:
libsystemd-login-install-hook
:
libname
=
libsystemd-login.so
&&
$
(
move-to-rootlibdir
)
libname
=
libsystemd-login.so
&&
$
(
move-to-rootlibdir
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment