summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@kisame.bos.redhat.com>2009-06-08 16:04:53 -0400
committerKristian Høgsberg <krh@redhat.com>2009-06-08 16:14:31 -0400
commit433faebf56ad3057cf49886ce6cefc949aef1362 (patch)
tree813c30787955c9e2c0791dc0f9cef6f01f9933a6 /Makefile.in
parente41c5426348028363617d6f0e43b21914e7bb738 (diff)
Consolidate native gem code a bit, sneak in another radeon attempt
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index a20fc80..5c2d79f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-CFLAGS = -fPIC -g @GCC_CFLAGS@ @EAGLE_CFLAGS@
+CFLAGS = -DEAGLE_DRIVER_PATH=\"@EAGLE_DRIVER_PATH@\" -fPIC -g @GCC_CFLAGS@ @EAGLE_CFLAGS@
LDLIBS = @EAGLE_LIBS@ -ldl
prefix = @prefix@
@@ -8,12 +8,9 @@ all : libeagle.so
x11_dri2_objs = x11-dri2.o libdri2.o
-intel_objs = intel.o
-radeon_objs = radeon.o
-
objs = \
eagle.o \
- intel.o \
+ native.o \
$(x11_dri2_objs) \
glapi/glapi.o \
glapi/dispatch.o \