diff options
author | George Sapountzis <gsap7@yahoo.gr> | 2008-05-23 22:40:03 +0300 |
---|---|---|
committer | George Sapountzis <gsap7@yahoo.gr> | 2008-05-23 22:40:25 +0300 |
commit | ae0504d34d245f15b2f098a63ad1a9e1c4daef35 (patch) | |
tree | 7092d878c7dcd487b864d0594c516834326ea579 /hw/kdrive/fbdev | |
parent | 7082929ef7db20b507dce5a8cec043e787d0b55e (diff) |
kdrive: need not export symbols for glx anymore
Diffstat (limited to 'hw/kdrive/fbdev')
-rw-r--r-- | hw/kdrive/fbdev/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/kdrive/fbdev/Makefile.am b/hw/kdrive/fbdev/Makefile.am index c77f146ee..420855b8d 100644 --- a/hw/kdrive/fbdev/Makefile.am +++ b/hw/kdrive/fbdev/Makefile.am @@ -14,10 +14,6 @@ bin_PROGRAMS = Xfbdev Xfbdev_SOURCES = \ fbinit.c -if GLX -Xfbdev_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG) -endif - Xfbdev_LDADD = \ libfbdev.a \ @KDRIVE_LIBS@ |