summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYonit <yhalperi@redhat.com>2009-08-02 10:18:01 +0300
committerYonit <yhalperi@redhat.com>2009-08-02 10:18:01 +0300
commit59a06be6066b5ee0e5689bd7d6a2616200eba762 (patch)
treeffad80b5bb5474483a09d3caa93b8a142dccc46b
parent3fe6cfc6ca6d5fce8986b9b4e931eaf4a8ea75ec (diff)
creating the include dir if doesn't exist
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1df51fd..9dd62d2 100644
--- a/Makefile
+++ b/Makefile
@@ -81,6 +81,7 @@ $(TARGETNAME):
-include $(patsubst %.c, $(TARGETNAME)/.%.dep, $(SRCS))
install:
+ mkdir -p $(INCLUDEDIR)
cp $(LIBNAME) $(LIBDIR)
cp $(HEADERNAME) $(INCLUDEDIR)
cp $(PCNAME) $(PKGCONFIGDIR)