diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:35 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:35 +0000 |
commit | ff0494da73f7375ef051621c72f6ce91a101574a (patch) | |
tree | 8367f51efdfb82228804ad065b3a65ac92544813 /Makefile.am | |
parent | cf92d3afb96be73691967875a1e659bfaf47bd5d (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d92b26a..84df775 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = mkfontscale -mkfontscale_CFLAGS = @MKFONTSCALE_CFLAGS@ -D_BSD_SOURCE +mkfontscale_CFLAGS = @MKFONTSCALE_CFLAGS@ @X11_CFLAGS@ -D_BSD_SOURCE mkfontscale_LDADD = @MKFONTSCALE_LIBS@ mkfontscale_SOURCES = \ |