13 lines
162 B
Makefile
13 lines
162 B
Makefile
|
noinst_LTLIBRARIES = librandr.la
|
||
|
|
||
|
AM_CFLAGS = $(DIX_CFLAGS)
|
||
|
|
||
|
if XORG
|
||
|
sdk_HEADERS = randrstr.h
|
||
|
endif
|
||
|
|
||
|
librandr_la_SOURCES = \
|
||
|
mirandr.c \
|
||
|
randr.c \
|
||
|
randrstr.h
|