wayland/compositor/Makefile.am

37 lines
727 B
Text
Raw Normal View History

2010-10-12 17:24:20 -04:00
noinst_PROGRAMS = compositor
INCLUDES = \
-I$(top_srcdir)/wayland \
-I$(top_builddir)/wayland \
$(COMPOSITOR_CFLAGS)
2010-10-12 17:24:20 -04:00
AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
compositor_LDADD = \
$(top_builddir)/wayland/libwayland-server.la \
$(COMPOSITOR_LIBS)
compositor_SOURCES = \
compositor.c \
compositor.h \
compositor-drm.c \
compositor-x11.c \
screenshooter.c \
screenshooter-protocol.c \
screenshooter-server-protocol.h \
drm.c \
shm.c
2010-11-24 14:29:59 -05:00
udevrulesddir = $(sysconfdir)/udev/rules.d
2010-11-08 08:54:35 -05:00
2010-11-24 14:29:59 -05:00
dist_udevrulesd_DATA = \
2010-11-08 08:54:35 -05:00
70-wayland.rules
2010-10-12 17:24:20 -04:00
BUILT_SOURCES = \
screenshooter-server-protocol.h \
screenshooter-protocol.c
CLEANFILES = $(BUILT_SOURCES)
include $(top_srcdir)/wayland/scanner.mk