summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 19:32:32 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-30 19:32:32 +0000
commit34a5292ea61506ebef54291a2c1a4162953ae93f (patch)
treea3a9f018faa4a71f813f7948a12ed9743b5a7de1
parent71013ebba0c8061724590668988a550403e03dce (diff)
Add -D flags to clear more compiler warnings (Stefan Dirsch)
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1981806..428952d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,9 @@
bin_PROGRAMS = lbxproxy
lbxproxy_CFLAGS = $(LBXPROXY_CFLAGS) -I$(top_srcdir)/include \
- -DDEF_ATOMS_FILE=\"$(libdir)/X11/lbxproxy/AtomControl\" -D_BSD_SOURCE
+ -DDEF_ATOMS_FILE=\"$(libdir)/X11/lbxproxy/AtomControl\" \
+ -D_BSD_SOURCE -DLBXPROXY_t -DTRANS_SERVER
+
lbxproxy_LDADD = $(LBXPROXY_LIBS)
lbxproxy_SOURCES = \