mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
Prepare 1.4.0-rc1 (some minor fixes still needed).
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@634 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.67])
|
||||
AC_INIT([cryptsetup],[1.4.0-cvs])
|
||||
AC_INIT([cryptsetup],[1.4.0-rc1])
|
||||
|
||||
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
||||
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# LD_LIBRARY_PATH=../../lib/.libs
|
||||
TARGETS=crypt_log_usage crypt_luks_usage
|
||||
CFLAGS=-O0 -g -Wall -D_GNU_SOURCE -I../../lib
|
||||
LDLIBS=-lcryptsetup -L../../lib/.libs
|
||||
LDLIBS=-lcryptsetup -L../../lib/.libs
|
||||
CC=gcc
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
Reference in New Issue
Block a user