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