summaryrefslogtreecommitdiff
path: root/src/sleep/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/sleep/Makefile')
-rw-r--r--src/sleep/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sleep/Makefile b/src/sleep/Makefile
index dc09085acd..2d8854bbf9 100644
--- a/src/sleep/Makefile
+++ b/src/sleep/Makefile
@@ -20,9 +20,13 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with systemd; If not, see <http://www.gnu.org/licenses/>.
+include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
+include $(topsrcdir)/build-aux/Makefile.head.mk
+
systemd_sleep_SOURCES = \
src/sleep/sleep.c
systemd_sleep_LDADD = \
libshared.la
+include $(topsrcdir)/build-aux/Makefile.tail.mk