mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Makefile version dynamically set.
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@234 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
191a2d644f
commit
cebf3bf5ad
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -2,8 +2,8 @@
|
|||
#
|
||||
# Please uncomment the appropriate settings
|
||||
name = proxytunnel
|
||||
version = 1.9.0
|
||||
#version = $(shell sed -e '/^#define VERSION /s/^.\+"\(.\+\)".*$/\1/' config.h)
|
||||
#version = 1.9.0
|
||||
version = $(shell awk 'BEGIN { FS="\"" } /^\#define VERSION / { print $$2 }' config.h)
|
||||
|
||||
CC ?= cc
|
||||
CFLAGS ?= -Wall -O2 -ggdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue