You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
606 B

INCLUDES = \
@COMPIZ_CFLAGS@ \
@GL_CFLAGS@ \
-I$(top_srcdir)/include \
-I$(top_builddir)/include \
-DPLUGINDIR=\"$(plugindir)\" \
-DIMAGEDIR=\"$(imagedir)\" \
-DMETADATADIR=\"$(metadatadir)\"
bin_PROGRAMS = compiz
compiz_LDADD = @COMPIZ_LIBS@ @GL_LIBS@ -lm
compiz_LDFLAGS = -export-dynamic -pthread
compiz_SOURCES = \
main.c \
privates.c \
object.c \
core.c \
texture.c \
display.c \
screen.c \
window.c \
event.c \
paint.c \
option.c \
plugin.c \
session.c \
fragment.c \
matrix.c \
cursor.c \
match.c \
metadata.c