summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 20:29:53 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 20:29:53 +0000
commitded56b1a74e6b3e4c48054b7e142d924b19e6104 (patch)
treec2c9fb687494f559cb19e317290e272849c391ae /dix
parentaabb868920658c9d3979dc194c6bd9702171f101 (diff)
Adding initial build system.
Diffstat (limited to 'dix')
-rw-r--r--dix/Makefile.am33
1 files changed, 33 insertions, 0 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am
new file mode 100644
index 000000000..02b04f574
--- /dev/null
+++ b/dix/Makefile.am
@@ -0,0 +1,33 @@
+noinst_LTLIBRARIES = libdix.la libxpstubs.la
+
+libdix_la_SOURCES = \
+ atom.c \
+ colormap.c \
+ cursor.c \
+ devices.c \
+ dispatch.c \
+ dispatch.h \
+ dixfonts.c \
+ dixutils.c \
+ events.c \
+ extension.c \
+ ffs.c \
+ gc.c \
+ globals.c \
+ glyphcurs.c \
+ grabs.c \
+ initatoms.c \
+ main.c \
+ pixmap.c \
+ privates.c \
+ property.c \
+ resource.c \
+ swaprep.c \
+ swapreq.c \
+ tables.c \
+ window.c
+
+libxpstubs_la_SOURCES = \
+ xpstubs.c
+
+INCLUDES = -I$(top_srcdir)/Xprint