Code

rules: -I/usr/include/ncursesw is no longer required.
[pkg-ncmpc.git] / debian / rules
index b26cb650d03597615b626f11b41e0e0ced97eef9..9d4ca7f8f7c36b2eef239614264670ab81cec985 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 -I/usr/include/ncursesw
+CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CFLAGS += -O0