diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-14 10:01:31 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-09-14 10:01:31 +0200 |
commit | f15d64297c9139bc218de7ac09fbb04bdc1e4fab (patch) | |
tree | 8559780b226d786d49a3e3a8b45f84e684299d42 /boost/makefile.mk | |
parent | ad7a5ae54e8733480bd85db44681b49ad11aa051 (diff) |
svg-import-boost.diff: deliver requrired boost headers.
Diffstat (limited to 'boost/makefile.mk')
-rw-r--r-- | boost/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/makefile.mk b/boost/makefile.mk index fdc1dfd2a44c..7e1ce34e43ea 100644 --- a/boost/makefile.mk +++ b/boost/makefile.mk @@ -80,6 +80,7 @@ $(PACKAGE_DIR)$/$(NORMALIZE_FLAG_FILE) : $(PACKAGE_DIR)$/$(BUILD_FLAG_FILE) @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/*.h $(INCCOM)$/$(PRJNAME) @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/*.hpp $(INCCOM)$/$(PRJNAME) @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/bind $(INCCOM)$/$(PRJNAME) + @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/concept $(INCCOM)$/$(PRJNAME) @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/config $(INCCOM)$/$(PRJNAME) @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/detail $(INCCOM)$/$(PRJNAME) @$(GNUCOPY) -r $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/exception $(INCCOM)$/$(PRJNAME) |