]> git.proxmox.com Git - pve-cluster.git/blobdiff - Makefile
fix rule for %.1-synopsis.adoc
[pve-cluster.git] / Makefile
index 13a83e8bf4b9fe4527970ad6f0cc417d76168cca..5f8b39b9c69cb7b6f4722e0786969b59053df139 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.3
+RELEASE=4.1
 
 PACKAGE=pve-cluster
-PKGVER=3.0
-PKGREL=17
+PKGVER=4.0
+PKGREL=39
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -15,11 +15,11 @@ DBG_DEB=${PACKAGE}-dbg_${PKGVER}-${PKGREL}_${ARCH}.deb
 all: ${DEB} ${DBG_DEB}
 
 cpgtest: cpgtest.c
-       gcc -Wall cpgtest.c $(shell pkg-config --cflags --libs libcpg libcoroipcc) -o cpgtest
+       gcc -Wall cpgtest.c $(shell pkg-config --cflags --libs libcpg libqb) -o cpgtest
 
 .PHONY: dinstall
-dinstall: ${DEB} ${DBG_DEB}
-       dpkg -i ${DEB} ${DBG_DEB}
+dinstall: ${DEB}
+       dpkg -i ${DEB} 
 
 .PHONY: ${DEB} ${DBG_DEB}
 ${DEB} ${DBG_DEB}: