diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-03 10:45:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-03 10:45:43 -0700 |
commit | 8f12197ace824fb47fe72725e46ff5f9ba44c39e (patch) | |
tree | 172e14035ca067f39c7513a1b7b3a2961603cc94 | |
parent | 6932cb0e96de5e17fb637794575a9b89b65db276 (diff) |
Remove DPY_XPRINT_* from Makefile.am
The definitions were removed from configure.ac by commit e4541a92f7faead53
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f91bedd..1039f5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,6 @@ AM_CFLAGS = \ $(DPY_XCOMPOSITE_CFLAGS) \ $(DPY_XINERAMA_CFLAGS) \ $(DPY_DMX_CFLAGS) \ - $(DPY_XPRINT_CFLAGS) \ $(DPY_XTST_CFLAGS) xdpyinfo_LDADD = \ @@ -49,7 +48,6 @@ xdpyinfo_LDADD = \ $(DPY_XCOMPOSITE_LIBS) \ $(DPY_XINERAMA_LIBS) \ $(DPY_DMX_LIBS) \ - $(DPY_XPRINT_LIBS) \ $(DPY_XTST_LIBS) xdpyinfo_SOURCES = \ |