diff options
author | Jeremy Huddleston <jeremy@tifa.local> | 2007-11-22 13:29:15 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@tifa.local> | 2007-11-22 13:29:15 -0800 |
commit | 59c7ca6586e7c20e28ad407ca9a0883c4d621d64 (patch) | |
tree | 0e51788392ead4be5fe78fee143b49ab59e2cf92 | |
parent | 23596291c30a85e38c00aef2c01b46d561e2916e (diff) |
Darwin: Added missing Makefile.am
-rw-r--r-- | hw/darwin/quartz/xpr/Makefile.am | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/hw/darwin/quartz/xpr/Makefile.am b/hw/darwin/quartz/xpr/Makefile.am new file mode 100644 index 000000000..4fe6e23b6 --- /dev/null +++ b/hw/darwin/quartz/xpr/Makefile.am @@ -0,0 +1,30 @@ +noinst_LIBRARIES = libxpr.a +AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS) +AM_CPPFLAGS = $(XORG_INCS) \ + -DHAVE_XORG_CONFIG_H \ + -I$(srcdir) -I$(srcdir)/.. -I$(srcdir)/../.. \ + -I$(top_srcdir)/miext \ + -I$(top_srcdir)/miext/rootless \ + -I$(top_srcdir)/miext/rootless/safeAlpha + +libxpr_a_SOURCES = \ + appledri.c \ + dri.c \ + xprAppleWM.c \ + xprCursor.c \ + xprFrame.c \ + xprScreen.c \ + x-hash.c \ + x-hook.c \ + x-list.c + +EXTRA_DIST = \ + dri.h \ + dristruct.h \ + appledri.h \ + appledristr.h \ + x-hash.h \ + x-hook.h \ + x-list.h \ + Xplugin.h \ + xpr.h |