Fix makefile for examples.
authorMilan Broz <gmazyland@gmail.com>
Sun, 9 Oct 2011 21:11:42 +0000 (21:11 +0000)
committerMilan Broz <gmazyland@gmail.com>
Sun, 9 Oct 2011 21:11:42 +0000 (21:11 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@633 36d66b0a-2a48-0410-832c-cd162a569da5

docs/examples/Makefile

index e6e37be..b3aef2a 100644 (file)
@@ -1,7 +1,7 @@
 # LD_LIBRARY_PATH=../../lib/.libs
 TARGETS=crypt_log_usage crypt_luks_usage
-CFLAGS=-O0 -g -Wall -D_GNU_SOURCE -L../../lib/.libs -I../../lib
-LDLIBS=-lcryptsetup
+CFLAGS=-O0 -g -Wall -D_GNU_SOURCE -I../../lib
+LDLIBS=-lcryptsetup -L../../lib/.libs 
 CC=gcc
 
 all: $(TARGETS)