utils/xpdfopen/Makefile.am has this line: LDADD = $(X_LIBS) -lX11 -lXmu $(X_EXTRA_LIBS) Looks like libXmu isn't actually needed. There is neither any X11/Xmu header file included in the sources, nor is there any DT_NEEDED tag for libXmu in the resulting binaries.