Code:
nawuko@PC-002 ~/aircrack-ng-1.0 $ make sqlite=true
make -C src all
make[1]: Betrete Verzeichnis '/home/nawuko/aircrack-ng-1.0/src'
make -C osdep
make[2]: Betrete Verzeichnis '/home/nawuko/aircrack-ng-1.0/src/osdep'
Building for Linux
make[3]: Betrete Verzeichnis '/home/nawuko/aircrack-ng-1.0/src/osdep'
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -I/usr/local/include -DHAVE_SQLITE -fPIC -I..    -c -o osdep.o osdep.c
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -I/usr/local/include -DHAVE_SQLITE -fPIC -I..    -c -o network.o network.c
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -I/usr/local/include -DHAVE_SQLITE -fPIC -I..    -c -o linux.o linux.c
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -I/usr/local/include -DHAVE_SQLITE -fPIC -I..    -c -o linux_tap.o linux_tap.c
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -I/usr/local/include -DHAVE_SQLITE -fPIC -I..    -c -o radiotap/radiotap-parser.o radiotap/radiotap-parser.c
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -I/usr/local/include -DHAVE_SQLITE -fPIC -I..    -c -o common.o common.c
ar cru libosdep.a  osdep.o network.o linux.o linux_tap.o radiotap/radiotap-parser.o common.o
ranlib libosdep.a 
touch .os.Linux
make[3]: Verlasse Verzeichnis '/home/nawuko/aircrack-ng-1.0/src/osdep'
make[2]: Verlasse Verzeichnis '/home/nawuko/aircrack-ng-1.0/src/osdep'
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -I/usr/local/include -DHAVE_SQLITE -Iinclude   -c -o aircrack-ng.o aircrack-ng.c
aircrack-ng.c:74:21: error: sqlite3.h: No such file or directory
aircrack-ng.c:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
cc1: warnings being treated as errors
aircrack-ng.c: In function ‘main’:
aircrack-ng.c:4900: error: implicit declaration of function ‘sqlite3_open’
aircrack-ng.c:4900: error: ‘db’ undeclared (first use in this function)
aircrack-ng.c:4900: error: (Each undeclared identifier is reported only once
aircrack-ng.c:4900: error: for each function it appears in.)
aircrack-ng.c:4901: error: implicit declaration of function ‘sqlite3_errmsg’
aircrack-ng.c:4901: error: format ‘%s’ expects type ‘char *’, but argument 3 has type ‘int’
aircrack-ng.c:4902: error: implicit declaration of function ‘sqlite3_close’
aircrack-ng.c:5561: error: implicit declaration of function ‘sqlite3_mprintf’
aircrack-ng.c:5561: error: assignment makes pointer from integer without a cast
aircrack-ng.c:5563: error: implicit declaration of function ‘sqlite3_exec’
aircrack-ng.c:5564: error: ‘SQLITE_LOCKED’ undeclared (first use in this function)
aircrack-ng.c:5564: error: ‘SQLITE_BUSY’ undeclared (first use in this function)
aircrack-ng.c:5570: error: ‘SQLITE_OK’ undeclared (first use in this function)
aircrack-ng.c:5570: error: ‘SQLITE_ABORT’ undeclared (first use in this function)
aircrack-ng.c:5572: error: implicit declaration of function ‘sqlite3_free’
make[1]: *** [aircrack-ng.o] Fehler 1
make[1]: Verlasse Verzeichnis '/home/nawuko/aircrack-ng-1.0/src'
Nun leider noch mehr error´s.

Danke schonmal für eure bemphungen

Edit: SQlite wohl noch nicht installiert