summaryrefslogtreecommitdiff
path: root/composite/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'composite/Makefile.am')
-rw-r--r--composite/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/composite/Makefile.am b/composite/Makefile.am
new file mode 100644
index 000000000..c4d0f3799
--- /dev/null
+++ b/composite/Makefile.am
@@ -0,0 +1,8 @@
+noinst_LTLIBRARIES = libcomposite.la
+
+libcomposite_la_SOURCES = \
+ compalloc.c \
+ compext.c \
+ compint.h \
+ compinit.c \
+ compwindow.c