summaryrefslogtreecommitdiff
path: root/glamor/Makefile.am
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-10-30 11:45:45 -0400
committerAdam Jackson <ajax@redhat.com>2013-10-30 11:50:45 -0400
commitc588a474131955c6bc2e0f9ce6e388546999753a (patch)
tree76fe9f78f250824528327a8f8699ed0615795bef /glamor/Makefile.am
parent3b682236806482f3ca159e770508b8b5edf257a6 (diff)
glamor: build static library target
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'glamor/Makefile.am')
-rw-r--r--glamor/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/glamor/Makefile.am b/glamor/Makefile.am
index ede834631..c51b98f4b 100644
--- a/glamor/Makefile.am
+++ b/glamor/Makefile.am
@@ -1,4 +1,4 @@
-lib_LTLIBRARIES = libglamor.la
+noinst_LTLIBRARIES = libglamor.la
# Override these since glamor doesn't need them and the needed files aren't
# built (in hw/xfree86/os-support/solaris) until after glamor is built
@@ -15,8 +15,6 @@ AM_CPPFLAGS = \
AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS) $(LIBDRM_CFLAGS)
-libglamor_la_LDFLAGS = -version-info 0:0:0
-
libglamor_la_SOURCES = \
glamor.c \
glamor_copyarea.c \