|
- --- a/server/Makefile.conf Wed Nov 08 22:53:14 2017 +0100
- +++ b/server/Makefile.conf Tue Nov 14 11:51:20 2017 +0100
- @@ -100,18 +100,18 @@
-
-
- ######### Engine #########
- -ENGINE_INC=-I$(HOME)/code/engine/build/include
- -ENGINE_LIB=-L$(HOME)/code/engine/build/lib
- +ENGINE_INC=-I$(HOME)/build/include
- +ENGINE_LIB=-L$(HOME)/build/lib
-
-
- ######### Etpan #########
- -ETPAN_INC=-I$(HOME)/code/libetpan/build/include
- -ETPAN_LIB=-L$(HOME)/code/libetpan/build/lib
- +ETPAN_INC=-I$(HOME)/build/include
- +ETPAN_LIB=-L$(HOME)/build/lib
-
-
- ######### Event #########
- -EVENT_INC=-I$(HOME)/code/libevent-2.0.22/build/include
- -EVENT_LIB=-L$(HOME)/code/libevent-2.0.22/build/lib
- +EVENT_INC=-I$(HOME)/build/include
- +EVENT_LIB=-L$(HOME)/build/lib
-
-
- ######### GPGME #########
|