diff options
Diffstat (limited to 'hw/xfree86/fbdevhw/Makefile.am')
-rw-r--r-- | hw/xfree86/fbdevhw/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/hw/xfree86/fbdevhw/Makefile.am b/hw/xfree86/fbdevhw/Makefile.am new file mode 100644 index 0000000..2a03890 --- /dev/null +++ b/hw/xfree86/fbdevhw/Makefile.am @@ -0,0 +1,19 @@ +SUBDIRS = man + +module_LTLIBRARIES = libfbdevhw.la + +libfbdevhw_la_LDFLAGS = -avoid-version + +if FBDEVHW +libfbdevhw_la_SOURCES = fbdevhw.c +else +libfbdevhw_la_SOURCES = fbdevhwstub.c +endif + +INCLUDES = $(XORG_INCS) -I$(srcdir)/../i2c + +AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) + +sdk_HEADERS = fbdevhw.h + +EXTRA_DIST = fbpriv.h README |