diff options
Diffstat (limited to 'libXfont/src/fc/makefile')
-rw-r--r-- | libXfont/src/fc/makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libXfont/src/fc/makefile b/libXfont/src/fc/makefile index b9481dad9..a4b105d26 100644 --- a/libXfont/src/fc/makefile +++ b/libXfont/src/fc/makefile @@ -1,9 +1,10 @@ + +INCLUDES := ../.. $(INCLUDES) + LIBRARY = libfc -CSRCS = fsconvert.c \ +CSRCS =\ + fsconvert.c \ fserve.c \ fsio.c \ fstrans.c - -INCLUDES := ../.. $(INCLUDES) - |