OSDN Git Service

PATH_MAX -> file_name_size
[putex/putex.git] / src / texsourc / Makefile.gcc
index dc3e3f4..247e825 100644 (file)
@@ -20,7 +20,7 @@ objects = yandytex.o itex.o openinou.o subroute.o local.o \
        tex5.o tex6.o tex7.o tex8.o tex9.o \
        yandy_pool.o md5.o yandy_backend_pdf.o
 
-headers = yandytex.h texd.h coerce.h
+headers = yandytex.h texd.h coerce.h texmf.h texmfmem.h
 
 yandytex: $(objects)
        $(CC) -o yandytex $(objects) $(LDFLAGS)