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