diff options
author | Matt Turner <[email protected]> | 2012-08-29 14:39:48 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-10 22:01:07 +0100 |
commit | 77fc30b57d1850cc627aca8152eb9a87e266a778 (patch) | |
tree | 91c102d77a6b40a6d0d07ba962d0d7814235ab27 /src/gallium/winsys/nouveau/drm/Makefile | |
parent | da2d98fac778ed717919c89395ea7c66f2d9c1b1 (diff) |
nouveau/winsys/drm: Convert to automake
Diffstat (limited to 'src/gallium/winsys/nouveau/drm/Makefile')
-rw-r--r-- | src/gallium/winsys/nouveau/drm/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gallium/winsys/nouveau/drm/Makefile b/src/gallium/winsys/nouveau/drm/Makefile deleted file mode 100644 index ed748ac9fd6..00000000000 --- a/src/gallium/winsys/nouveau/drm/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -TOP = ../../../../.. -include $(TOP)/configs/current - -LIBNAME = nouveaudrm - -C_SOURCES = nouveau_drm_winsys.c - -LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-I) -LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other) - -include ../../../Makefile.template |