summaryrefslogtreecommitdiff
path: root/src/systemd-cgroups-agent/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-cgroups-agent/Makefile')
-rw-r--r--src/systemd-cgroups-agent/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemd-cgroups-agent/Makefile b/src/systemd-cgroups-agent/Makefile
index 6ca248605f..5c7d9d03ab 100644
--- a/src/systemd-cgroups-agent/Makefile
+++ b/src/systemd-cgroups-agent/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_cgroups_agent_SOURCES = \
src/cgroups-agent/cgroups-agent.c
systemd_cgroups_agent_LDADD = \
libshared.la
+include $(topsrcdir)/build-aux/Makefile.tail.mk