You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
285 B
14 lines
285 B
4 years ago
|
#
|
||
|
# Makefile for include directory
|
||
|
# Written by Bob Friesenhahn, June 2003
|
||
|
# Bugs added by Marti Maria Dec-2004
|
||
|
|
||
|
include_HEADERS = icc34.h lcms.h
|
||
|
|
||
|
EXTRA_DIST = icc34.h.in lcms.h
|
||
|
|
||
|
# For windows, we need a copy of icc34.h.in named as the header
|
||
|
|
||
|
distclean-local:
|
||
|
cp icc34.h.in icc34.h
|