[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: HsTime.h should be installed (acf02ec)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:11:47 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: move test dir up, remove old junk (9b6744e)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: clean up .xcodeproj to use cabal (5892926)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/acf02ece782ad06eed2bf8980e2c24e65d6dca3b
>---------------------------------------------------------------
commit acf02ece782ad06eed2bf8980e2c24e65d6dca3b
Author: mukai <mukai at jmuk.org>
Date: Wed Dec 13 07:13:46 2006 -0800
HsTime.h should be installed
darcs-hash:20061213151346-f0081-bc57b7801c511854b6e762e4db78a5e68ff109b7
>---------------------------------------------------------------
acf02ece782ad06eed2bf8980e2c24e65d6dca3b
Makefile | 2 +-
include/Makefile | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index e2d286b..76ea560 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
TOP=..
include $(TOP)/mk/boilerplate.mk
-SUBDIRS =
+SUBDIRS = include
ALL_DIRS = \
cbits \
diff --git a/include/Makefile b/include/Makefile
new file mode 100644
index 0000000..748523c
--- /dev/null
+++ b/include/Makefile
@@ -0,0 +1,11 @@
+TOP=../..
+include $(TOP)/mk/boilerplate.mk
+
+H_FILES = $(wildcard *.h)
+
+includedir = $(libdir)/include
+INSTALL_INCLUDES = $(H_FILES)
+
+DIST_CLEAN_FILES += HsTimeConfig.h
+
+include $(TOP)/mk/target.mk
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: move test dir up, remove old junk (9b6744e)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: clean up .xcodeproj to use cabal (5892926)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list