summaryrefslogtreecommitdiff
path: root/src/systemd-path
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-path')
-rw-r--r--src/systemd-path/Makefile4
-rw-r--r--src/systemd-path/path.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/systemd-path/Makefile b/src/systemd-path/Makefile
index 5e8dbb76a8..19eb6bd10a 100644
--- a/src/systemd-path/Makefile
+++ b/src/systemd-path/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_path_SOURCES = \
src/path/path.c
systemd_path_LDADD = \
libshared.la
+include $(topsrcdir)/build-aux/Makefile.tail.mk
diff --git a/src/systemd-path/path.c b/src/systemd-path/path.c
index 61d877fcf8..80268ed874 100644
--- a/src/systemd-path/path.c
+++ b/src/systemd-path/path.c
@@ -22,7 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
-#include "sd-path.h"
+#include <systemd/sd-path.h>
#include "alloc-util.h"
#include "log.h"