Skip to content

Commit

Permalink
Revert "more xpr cleanup"
Browse files Browse the repository at this point in the history
This reverts commit 17a41dc.
  • Loading branch information
Jeremy Huddleston committed Dec 5, 2007
1 parent 17a41dc commit 30e4f74
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions hw/darwin/quartz/xpr/Makefile.am
@@ -0,0 +1,29 @@
noinst_LIBRARIES = libxpr.a
AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
AM_CPPFLAGS = \
-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

0 comments on commit 30e4f74

Please sign in to comment.