summaryrefslogtreecommitdiff
path: root/lbx
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-10-15 19:34:28 +0000
committerKristian Høgsberg <krh@redhat.com>2005-10-15 19:34:28 +0000
commit34b7b57b3c80507f63a542c6adb4b5c8ed80b642 (patch)
tree90d1c3734b1f0c29148b7e3a2a770ffb69c22f70 /lbx
parent744aa34ca5228ea176cc56a7bdd48bbf5f29b0b5 (diff)
Doh, remember to add this file.
Diffstat (limited to 'lbx')
-rw-r--r--lbx/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/lbx/Makefile.am b/lbx/Makefile.am
new file mode 100644
index 000000000..0f0efd237
--- /dev/null
+++ b/lbx/Makefile.am
@@ -0,0 +1,21 @@
+noinst_LTLIBRARIES = liblbx.la
+
+AM_CFLAGS = $(DIX_CFLAGS)
+
+liblbx_la_SOURCES = \
+ lbxcmap.c \
+ lbxdata.h \
+ lbxdix.c \
+ lbxexts.c \
+ lbxgfx.c \
+ lbxmain.c \
+ lbxopts.c \
+ lbxprop.c \
+ lbxserve.h \
+ lbxsquish.c \
+ lbxsrvopts.h \
+ lbxswap.c \
+ lbxtables.c \
+ lbxtags.c \
+ lbxtags.h \
+ lbxzerorep.c