From 0e870e06f5176b9d390ae1baa5c31d6b710b2656 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 13 Sep 2007 15:05:52 +0000 Subject: Split out gio into its own module Original git commit by Alexander Larsson at 1188826453 +0200 svn path=/trunk/; revision=888 --- Makefile.am | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 263cb853..933ffeb1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,23 +1,11 @@ NULL = -if OS_UNIX -unix_dirs = \ +SUBDIRS = \ common \ client \ daemon \ - $(NULL) - -endif - -SUBDIRS = \ - gio \ - $(unix_dirs) \ po \ - programs \ test \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = gio-standalone.pc -- cgit v1.2.1