include glib

This commit is contained in:
Sarod Yatawatta 2015-02-13 03:45:13 +01:00
parent 01f43c75f2
commit 0ef03ca1a0
1 changed files with 2 additions and 1 deletions

View File

@ -16,13 +16,14 @@ LAPACK_DIR=/usr/local/OpenBLAS/lib/
# FFTW
FFTW=-lfftw3_threads -lfftw3
INCLUDES= -I. $(WCSI)
LIBPATH=-L$(LAPACK_DIR) $(WCSL)
#### glib
GLIBI=-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/x86_64-linux-gnu/glib-2.0/include/
GLIBL=-lglib-2.0
INCLUDES= -I. $(WCSI) $(GLIBI)
OBJECTS2=restore.o glist.o readsky.o fft.o shapelet_lm.o hermite.o
default:restore
restore.o:restore.c