diff options
| author | Michael Biebl <biebl@debian.org> | 2013-02-09 03:22:03 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2013-02-09 03:22:03 +0100 |
| commit | 78efcd2dfec5b6c56c50b1f8e44ed7c61c14553d (patch) | |
| tree | c21aecab13151f626c3b2230ca21cda818c99484 /src/dhcp-manager/Makefile.am | |
| parent | 681370ed77af598691a15eba55b17beb2edc9459 (diff) | |
| parent | e17c5736fc3722ce51cb33f3edb203960125a4c1 (diff) | |
Merge tag 'upstream/0.9.7.997' into experimental
Upstream version 0.9.7.997
Diffstat (limited to 'src/dhcp-manager/Makefile.am')
| -rw-r--r-- | src/dhcp-manager/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dhcp-manager/Makefile.am b/src/dhcp-manager/Makefile.am index 04ae1489..40a05834 100644 --- a/src/dhcp-manager/Makefile.am +++ b/src/dhcp-manager/Makefile.am @@ -52,6 +52,7 @@ libdhcp_manager_la_SOURCES = \ libdhcp_manager_la_CPPFLAGS = \ $(DBUS_CFLAGS) \ $(GLIB_CFLAGS) \ + -DSYSCONFDIR=\"$(sysconfdir)\" \ -DLIBEXECDIR=\"$(libexecdir)\" \ -DLOCALSTATEDIR=\"$(localstatedir)\" \ -DDHCLIENT_PATH=\"$(DHCLIENT_PATH)\" \ |