18 lines
255 B
Makefile
18 lines
255 B
Makefile
|
AM_CFLAGS = \
|
||
|
$(WARN_CFLAGS)\
|
||
|
-I$(top_srcdir)/include/drm \
|
||
|
-I$(top_srcdir)
|
||
|
|
||
|
if HAVE_INSTALL_TESTS
|
||
|
bin_PROGRAMS = \
|
||
|
modeprint
|
||
|
else
|
||
|
noinst_PROGRAMS = \
|
||
|
modeprint
|
||
|
endif
|
||
|
|
||
|
modeprint_SOURCES = \
|
||
|
modeprint.c
|
||
|
modeprint_LDADD = \
|
||
|
$(top_builddir)/libdrm.la
|