* builds/unix/install.mk (install): Fix path for ftmodule.h.
This commit is contained in:
parent
03379b6533
commit
9a8006b18e
@ -7,6 +7,8 @@
|
||||
change from 2006-01-31).
|
||||
(TOP_DIR, OBJ_DIR): Update.
|
||||
|
||||
* builds/unix/install.mk (install): Fix path for ftmodule.h.
|
||||
|
||||
2006-01-31 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Implement new, simplified module selection. With GNU make it is now
|
||||
|
@ -54,7 +54,7 @@ install: $(PROJECT_LIBRARY)
|
||||
$(DESTDIR)$(includedir)/ft2build.h
|
||||
$(INSTALL_DATA) $(OBJ_BUILD)/ftconfig.h \
|
||||
$(DESTDIR)$(includedir)/freetype2/freetype/config/ftconfig.h
|
||||
$(INSTALL_DATA) $(OBJ_BUILD)/ftmodule.h \
|
||||
$(INSTALL_DATA) $(OBJ_DIR)/ftmodule.h \
|
||||
$(DESTDIR)$(includedir)/freetype2/freetype/config/ftmodule.h
|
||||
$(INSTALL_SCRIPT) -m 755 $(OBJ_BUILD)/freetype-config \
|
||||
$(DESTDIR)$(bindir)/freetype-config
|
||||
|
Loading…
Reference in New Issue
Block a user