Prefix all of the exported symbols in libwfb.so with "wfb".

For now, just #define all of the exported symbols in wfbrename.h.  Later,
we should add FBPREFIX() around the exported symbols and use -fvisiblity=hidden
to hide the rest.
This commit is contained in:
Aaron Plattner
2006-07-07 18:45:30 -07:00
parent 7608a63ff7
commit 319efac445
3 changed files with 191 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ INCLUDES = \
AM_CFLAGS = $(DIX_CFLAGS)
if XORG
sdk_HEADERS = fb.h fbrop.h fbpseudocolor.h fboverlay.h
sdk_HEADERS = fb.h fbrop.h fbpseudocolor.h fboverlay.h wfbrename.h
endif
if MMX_CAPABLE