]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
Update Makefile.am
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 6 Jul 2021 19:05:24 +0000 (20:05 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Jul 2021 19:05:24 +0000 (20:05 +0100)
USE_GIT_VERSION instead of USE_GIT

Makefile.am

index 43ff9b78dcb0c76e21217b3a0b8b2293114cfe47..f89c45d844db64fd222a698427db9e213d94d17c 100644 (file)
@@ -4,7 +4,7 @@ nqptp_SOURCES = nqptp.c nqptp-clock-sources.c nqptp-message-handlers.c nqptp-uti
 AM_CFLAGS = -fno-common -Wall -Wextra -pthread --include=config.h
 CLEANFILES =
 
-if USE_GIT
+if USE_GIT_VERSION
 nqptp.c: gitversion.h
 gitversion.h: .git/index
        echo "// Do not edit!" > gitversion.h