diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-04-23 20:26:28 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2008-04-23 20:28:13 -0400 |
commit | 4a405feba8cde8490d847a57b7e833176e18b90f (patch) | |
tree | 9f846308e13bb55720788e655fa877dbd835c0b2 /src/Makefile.am | |
parent | 40566c36d543edc2118cbb358e0303d9e8862892 (diff) |
Replace a stray c-client.xsl in the libxcb SOURCES. Fixes make distcheck.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0399039..a176d86 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,7 @@ AM_CFLAGS = $(CWARNFLAGS) $(NEEDED_CFLAGS) $(XDMCP_CFLAGS) libxcb_la_LIBADD = $(NEEDED_LIBS) $(XDMCP_LIBS) libxcb_la_SOURCES = \ xcb_conn.c xcb_out.c xcb_in.c xcb_ext.c xcb_xid.c \ - xcb_list.c xcb_util.c xcb_auth.c c-client.xsl \ + xcb_list.c xcb_util.c xcb_auth.c c_client.py \ xproto.c bigreq.c xc_misc.c # Explanation for -version-info: |