corrected include path for Debian derivatives (closes #46)
authorMichael Göhler <somebody.here@gmx.de>
Wed, 15 Oct 2014 23:30:22 +0000 (01:30 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Wed, 15 Oct 2014 23:30:52 +0000 (01:30 +0200)
src/Makefile

index f41e99a..6615a0f 100644 (file)
@@ -1,5 +1,5 @@
-#                                                                                                                           
-#                                                                                                                             1 # Makefile
+#
+# Makefile
 # Copyright (C) 2014 Michael Goehler
 #
 # This file is part of mdp.
@@ -34,6 +34,13 @@ ifeq ($(OS),Windows_NT)
        endif
 endif
 
+ifeq ($(UNAME_S),Linux)
+       LSB_RELEASE := $(shell lsb_release -si 2>/dev/null || echo not)
+       ifneq ($(filter $(LSB_RELEASE),Debian Ubuntu LinuxMint),)
+               CFLAGS += -I/usr/include/ncursesw
+       endif
+endif
+
 all: $(OBJECTS)
 
 clean: