Code

rules: (Again) pass -I/usr/include/ncursesw to CFLAGS.
[pkg-tig.git] / debian / rules
index 9666fa17a574fa9d7d61f43abc33a848cc0e5f53..90ca50d6a79222f09427f0a58414c911d91bab76 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