summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exa/Makefile.am8
-rw-r--r--hw/xfree86/exa/Makefile.am8
2 files changed, 16 insertions, 0 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am
new file mode 100644
index 000000000..734bea65f
--- /dev/null
+++ b/exa/Makefile.am
@@ -0,0 +1,8 @@
+module_LTLIBRARIES = libexa.la
+
+sdk_HEADERS = exa.h
+
+libexa_la_LDFLAGS = -avoid-version
+
+INCLUDES = $(XORG_INCS)
+libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c
diff --git a/hw/xfree86/exa/Makefile.am b/hw/xfree86/exa/Makefile.am
new file mode 100644
index 000000000..734bea65f
--- /dev/null
+++ b/hw/xfree86/exa/Makefile.am
@@ -0,0 +1,8 @@
+module_LTLIBRARIES = libexa.la
+
+sdk_HEADERS = exa.h
+
+libexa_la_LDFLAGS = -avoid-version
+
+INCLUDES = $(XORG_INCS)
+libexa_la_SOURCES = exa.c exaasync.c exaoffscreen.c exapict.c