mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-01-10 17:30:14 +01:00
11 lines
184 B
Makefile
11 lines
184 B
Makefile
if XLIB_LOADABLE_I18N
|
|
ORDER=src modules
|
|
else
|
|
ORDER=modules src
|
|
endif
|
|
SUBDIRS=include $(ORDER) nls man
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = x11.pc
|
|
|
|
EXTRA_DIST=x11.pc.in
|