X-Git-Url: http://www.project-moonshot.org/gitweb/?p=libeap.git;a=blobdiff_plain;f=eap_example%2FMakefile;fp=eap_example%2FMakefile;h=4edfee14f173761dc896a58f47145073839d17aa;hp=0cc19bd5359fda292e7c53ec5c43d8aeb22c3154;hb=ef6637b73a24dfa9746deff1e5780ac808ecbde9;hpb=193d9dc52b30a893aeeb4e1ff696dc6ef35262d2 diff --git a/eap_example/Makefile b/eap_example/Makefile index 0cc19bd..4edfee1 100644 --- a/eap_example/Makefile +++ b/eap_example/Makefile @@ -2,16 +2,16 @@ ALL=eap_example all: $(ALL) -ifndef CC -CC=gcc -endif + +CC=gcc -fPIC + ifndef RANLIB RANLIB=ranlib endif ifndef CFLAGS -CFLAGS = -MMD -O2 -Wall -g +CFLAGS = -MMD -O2 -Wall -g -fPIC endif