diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:36 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:36 +0000 |
commit | d91a0552a4b3c4f40e4b2ec10936c3f212a5d3bc (patch) | |
tree | e7dc047884f518164e6802a32e57347a54f92389 /Makefile.am | |
parent | eddecbe72843f358cf902a3a2081634745e52298 (diff) |
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
with separate build roots.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 7d3c210..b3dd6c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,8 @@ AM_CFLAGS = \ $(DPY_XRENDER_CFLAGS) \ $(DPY_XINERAMA_CFLAGS) \ $(DPY_DMX_CFLAGS) \ - $(DPY_XPRINT_CFLAGS) + $(DPY_XPRINT_CFLAGS) \ + $(DPY_XTST_CFLAGS) xdpyinfo_LDADD = \ $(XDPYINFO_LIBS) \ @@ -45,7 +46,8 @@ xdpyinfo_LDADD = \ $(DPY_XRENDER_LIBS) \ $(DPY_XINERAMA_LIBS) \ $(DPY_DMX_LIBS) \ - $(DPY_XPRINT_LIBS) + $(DPY_XPRINT_LIBS) \ + $(DPY_XTST_LIBS) xdpyinfo_SOURCES = \ xdpyinfo.c |