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:
Milan Broz
2011-10-09 21:20:01 +00:00
parent a24a594d1a
commit 9908cd4746
2 changed files with 2 additions and 2 deletions

View File

@@ -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)