diff options
author | Josh Triplett <josh@speakeasy.net> | 2005-05-14 09:35:25 +0000 |
---|---|---|
committer | Josh Triplett <josh@speakeasy.net> | 2005-05-14 09:35:25 +0000 |
commit | e25b847cf67fd41ad36c4cb7b900bf0ed5ce8fb9 (patch) | |
tree | 7a959a51eb534870df1a3632293b4b4de7b4230b /Makefile.am | |
parent | 747b5f710fd29f8e34d7d5eefbbca3a728fa8346 (diff) |
The headers should go in include/X11/fonts, not include/X11/extensions.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 671be72..c207a03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -fontsdir = $(includedir)/X11/extensions +fontsdir = $(includedir)/X11/fonts fonts_HEADERS = \ font.h \ fontproto.h \ |