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