Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
xorg
lib
libXft
Commits
c36e28b3
Commit
c36e28b3
authored
Oct 06, 2009
by
Julien Cristau
Committed by
Alan Coopersmith
Oct 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix install of generated Xft.h when builddir != srcdir
Signed-off-by:
Alan Coopersmith
<
alan.coopersmith@sun.com
>
parent
c498ec3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Makefile.am
src/Makefile.am
+2
-2
No files found.
src/Makefile.am
View file @
c36e28b3
AM_CFLAGS
=
$(FONTCONFIG_CFLAGS)
$(FREETYPE_CFLAGS)
$(XRENDER_CFLAGS)
\
$(CWARNFLAGS)
-I
$(top_
src
dir)
/include/X11/Xft
$(CWARNFLAGS)
-I
$(top_
build
dir)
/include/X11/Xft
lib_LTLIBRARIES
=
libXft.la
...
...
@@ -28,5 +28,5 @@ libXft_la_LDFLAGS = -version-number 2:1:13 -no-undefined
libXftincludedir
=
$(includedir)
/X11/Xft
libXftinclude_HEADERS
=
\
$(top_
src
dir)
/include/X11/Xft/Xft.h
\
$(top_
build
dir)
/include/X11/Xft/Xft.h
\
$(top_srcdir)
/include/X11/Xft/XftCompat.h
Write
Preview
Markdown
is supported
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