Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Oliver
fontconfig
Commits
a90a3ad9
Commit
a90a3ad9
authored
Nov 17, 2009
by
Behdad Esfahbod
Browse files
Make sure fclang.h and fcarch.h are built
parent
a3b24268
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
a90a3ad9
...
...
@@ -83,7 +83,12 @@ noinst_HEADERS=fcint.h fcftint.h fcdeprecate.h
ALIAS_FILES
=
fcalias.h fcaliastail.h fcftalias.h fcftaliastail.h
BUILT_SOURCES
=
$(ALIAS_FILES)
BUILT_SOURCES
=
$(ALIAS_FILES)
../fc-lang/fclang.h ../fc-arch/fcarch.h
../fc-lang/fclang.h
:
cd
../fc-lang
&&
$(MAKE)
$(AM_MAKEFLAGS)
fclang.h
../fc-arch/fcarch.h
:
cd
../fc-arch
&&
$(MAKE)
$(AM_MAKEFLAGS)
fcarch.h
libfontconfig_la_SOURCES
=
\
fcatomic.c
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment