]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/Makefile.am
Rename notify to pdns_notify to avoid conflicts
[thirdparty/pdns.git] / pdns / Makefile.am
index 7332a7c80f28efed14356366e8e2a188443eb55a..de08741b18cffbd3202a39f6514544a28cbea20f 100644 (file)
@@ -86,7 +86,7 @@ bin_PROGRAMS += \
        dnstcpbench \
        dnswasher \
        dumresp \
-       notify \
+       pdns_notify \
        nproxy \
        nsec3dig \
        saxfr \
@@ -114,7 +114,7 @@ EXTRA_PROGRAMS = \
        dumresp \
        kvresp \
        ixplore \
-       notify \
+       pdns_notify \
        nproxy \
        nsec3dig \
        saxfr \
@@ -923,7 +923,7 @@ nproxy_LDADD = \
        $(OPENSSL_LIBS) \
        $(BOOST_PROGRAM_OPTIONS_LIBS)
 
-notify_SOURCES = \
+pdns_notify_SOURCES = \
        arguments.cc \
        base32.cc \
        base64.cc base64.hh \
@@ -944,12 +944,12 @@ notify_SOURCES = \
        statbag.cc \
        unix_utility.cc
 
-notify_LDFLAGS = \
+pdns_notify_LDFLAGS = \
        $(AM_LDFLAGS) \
        $(OPENSSL_LDFLAGS) \
        $(BOOST_PROGRAM_OPTIONS_LDFLAGS)
 
-notify_LDADD = \
+pdns_notify_LDADD = \
        $(OPENSSL_LIBS) \
        $(BOOST_PROGRAM_OPTIONS_LIBS)