summaryrefslogtreecommitdiff
path: root/xts5/XIproto
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-10-14 09:33:32 -0700
committerDan Nicholson <dbn.lists@gmail.com>2009-10-14 09:33:32 -0700
commitbbbffdfd47f498a307d31a9a929cc22b404871a9 (patch)
tree3369a98af28bcab905ab243f7da49f2bf1d0cad5 /xts5/XIproto
parented89bffdfde4ce6f70197de14aca36eb296f49c5 (diff)
xts5: Drop XP pkg-config check
The XP check for protocol tests in configure was grabbing the same packages as the general XTS check. Consolidate them.
Diffstat (limited to 'xts5/XIproto')
-rw-r--r--xts5/XIproto/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/xts5/XIproto/Makefile.am b/xts5/XIproto/Makefile.am
index 30dfae2a..25b147b5 100644
--- a/xts5/XIproto/Makefile.am
+++ b/xts5/XIproto/Makefile.am
@@ -4,13 +4,13 @@ AUTOMAKE_OPTIONS = subdir-objects
AM_CFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/src/tet3/inc \
-I$(top_srcdir)/xts5/include \
- $(XP_CFLAGS)
+ $(XTS_CFLAGS)
LDADD = $(top_builddir)/src/tet3/tcm/libtcmmain.la \
$(top_builddir)/xts5/src/libproto/libXst.a \
$(top_builddir)/xts5/src/lib/libxtest.a \
$(top_builddir)/xts5/fonts/libfont.a \
$(top_builddir)/src/tet3/apilib/libapi.la \
- $(XP_LIBS)
+ $(XTS_LIBS)
testprogdir = $(libexecdir)/$(subdir)
nobase_testprog_PROGRAMS = $(tprogs)