Code

Added -I/usr/include/ncursesw to CFLAGS.
[pkg-tig.git] / debian / rules
index c8dfb93d7ef64f694037f6dba8530460dd266862..f76af1df1704b7e17d1e78aa5b6a33d28cfe4994 100755 (executable)
@@ -11,7 +11,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -I/usr/include/ncursesw
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0