summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2009-12-22 00:46:12 +0200
committerTor Lillqvist <tml@iki.fi>2009-12-22 00:48:34 +0200
commit8202728f067c5d418f4fcc5172a990aa1c68312b (patch)
tree095a5b85c02cec69d8171e4a319dfecae7d69f5c /Makefile.am
parentdba6cef3c9c29314c20a122647c23b12329025dc (diff)
Install gio-unix-2.0.pc only on Unix
The gio-unix-2.0 headers are installed only on Unix anyway.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 89737781f..708b16b5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,7 +102,11 @@ ChangeLog:
fi
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc gio-2.0.pc gio-unix-2.0.pc
+pkgconfig_DATA = glib-2.0.pc gobject-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc gmodule-no-export-2.0.pc gthread-2.0.pc gio-2.0.pc
+
+if OS_UNIX
+pkgconfig_DATA += gio-unix-2.0.pc
+endif
$(pkgconfig_DATA): config.status