diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-09 15:44:02 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-09 15:44:02 +0000 |
commit | 3add3c0e19b659427a2624ec85daf67019b8ed7f (patch) | |
tree | d838130f55963af53920646a37b4f1004208b586 /plugin/Makefile.am | |
parent | abb82291887b6784a13a7fcf719fa1d463781007 (diff) |
Lots of bug fixes, changes.
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r-- | plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am index d1887a3..9b8f4de 100644 --- a/plugin/Makefile.am +++ b/plugin/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -DSTRSET_CUSTMEM=1 \ - -DDNS_NOTIFY_PATH=\"$(bindir)/notify-slaves\" + -DDNS_NOTIFY_PATH=\"$(bindir)/notify-dns-slaves\" lib_LTLIBRARIES = slapi-dnsnotify.la |