diff options
-rw-r--r-- | libXfont/src/stubs/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libXfont/src/stubs/makefile b/libXfont/src/stubs/makefile index e028dd5db..51066f6bc 100644 --- a/libXfont/src/stubs/makefile +++ b/libXfont/src/stubs/makefile @@ -5,7 +5,6 @@ CSRCS = \ csignal.c \ delfntcid.c \ errorf.c \ - fatalerror.c \ findoldfnt.c \ getcres.c \ getdefptsize.c \ @@ -17,7 +16,8 @@ CSRCS = \ servclient.c \ setfntauth.c \ stfntcfnt.c \ - stubs.h + stubsinit.c \ + stubs.h CSRCS:=$(filter-out %.h,$(CSRCS)) |