10 lines
198 B
Makefile
10 lines
198 B
Makefile
|
fixesdir = $(includedir)/X11/extensions
|
||
|
fixes_HEADERS = \
|
||
|
xfixesproto.h \
|
||
|
xfixeswire.h
|
||
|
|
||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||
|
pkgconfig_DATA = fixesproto.pc
|
||
|
|
||
|
EXTRA_DIST = autogen.sh fixesproto.pc.in
|