diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 19:32:32 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-30 19:32:32 +0000 |
commit | 216412edcbf15a9ae918c2066f93680355fc9b0b (patch) | |
tree | 624a3b650c6d2a5bdbf84def283cb6ef56413d2b | |
parent | 6890ec2cd680eed48c64f9e91fa4b0c8508f4b96 (diff) |
Add -D flags to clear more compiler warnings (Stefan Dirsch)
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d14b1f6..ba96740 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,8 +25,10 @@ bin_PROGRAMS = xfs FONT_FLAGS = -DFONT_PCF -DFONT_FS -DFONT_SPEEDO -AM_CFLAGS = $(XFS_CFLAGS) -I$(top_srcdir)/include -DXFSPIDDIR=\"/var/run\" -D_BSD_SOURCE \ - -DDEFAULT_CONFIG_FILE=\"$(configdir)/config\" $(FONT_FLAGS) +AM_CFLAGS = $(XFS_CFLAGS) -I$(top_srcdir)/include -DXFSPIDDIR=\"/var/run\" \ + -DDEFAULT_CONFIG_FILE=\"$(configdir)/config\" $(FONT_FLAGS) \ + -D_BSD_SOURCE -DFONT_t -DTRANS_SERVER -DTRANS_REOPEN + LDADD = $(XFS_LIBS) xfs_SOURCES = \ |