diff options
author | Jeremy Huddleston <jeremy@yuffie.local> | 2008-01-04 22:54:26 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@yuffie.local> | 2008-01-04 23:10:10 -0800 |
commit | 11967dce11cd953d123d53bb3389aa257c5158e8 (patch) | |
tree | 5e7f28343b6d02641c5e6539adfd70fec9717e95 /hw/xquartz/Makefile.am | |
parent | aca75f389e2b08096c3cacec03b12a58075cf12c (diff) |
XQuartz: Fixed copyright in About box for 2008. Happy New Year!
Diffstat (limited to 'hw/xquartz/Makefile.am')
-rw-r--r-- | hw/xquartz/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/xquartz/Makefile.am b/hw/xquartz/Makefile.am index 831ba49f4..9ac6e0a3e 100644 --- a/hw/xquartz/Makefile.am +++ b/hw/xquartz/Makefile.am @@ -1,7 +1,9 @@ noinst_LTLIBRARIES = libXquartz.la AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS) +AM_OBJCFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS) AM_CPPFLAGS = \ -DBUILD_DATE=\"$(BUILD_DATE)\" \ + -DXSERVER_VERSION=\"$(VERSION)\" \ -DINXQUARTZ \ -DUSE_NEW_CLUT \ -DXFree86Server \ @@ -15,7 +17,7 @@ SUBDIRS = . xpr $(X11APP_SUBDIRS) DIST_SUBDIRS = xpr bundle libXquartz_la_SOURCES = \ - $(top_srcdir)/fb/fbcmap.c \ + $(top_srcdir)/fb/fbcmap_mi.c \ $(top_srcdir)/mi/miinitext.c \ X11Application.m \ X11Controller.m \ |