summaryrefslogtreecommitdiff
path: root/src/systemd-backlight/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-backlight/Makefile')
-rw-r--r--src/systemd-backlight/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemd-backlight/Makefile b/src/systemd-backlight/Makefile
index 6c736f11d8..7ed3b0a64c 100644
--- a/src/systemd-backlight/Makefile
+++ b/src/systemd-backlight/Makefile
@@ -20,6 +20,9 @@
#
# 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
+
ifneq ($(ENABLE_BACKLIGHT),)
rootlibexec_PROGRAMS += \
systemd-backlight
@@ -37,3 +40,4 @@ endif
EXTRA_DIST += \
units/systemd-backlight@.service.in
+include $(topsrcdir)/build-aux/Makefile.tail.mk