summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..683d695
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,32 @@
+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
+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