diff --git a/Makefile b/Makefile index 03d96ea8c5..df3d5ec8db 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,10 @@ ifeq ($(CONFIG_XVID),yes) EXTRALIBS+=-lxvidcore endif +ifeq ($(CONFIG_LIBGSM),yes) +EXTRALIBS+=-lgsm +endif + ifeq ($(CONFIG_DC1394),yes) EXTRALIBS+=-ldc1394_control -lraw1394 endif