]> git.draconx.ca Git - upkg.git/blobdiff - configure.ac
build: Add libuobject.pc
[upkg.git] / configure.ac
index 16e4c65599e432046beda0fa29a972ced41bfcc3..ed1e5de84a9f48c6690bff3fdaa381960d1e719f 100644 (file)
@@ -18,8 +18,7 @@ AM_CONDITIONAL([BUNDLED_LIBLTDL], [test x$LTDLDEPS != x])
 
 gl_INIT
 
-CHECK_GLIB_2([],[gobject], [have_gobject=yes], [have_gobject=no])
-AM_CONDITIONAL([BUILD_UPKG], [test x$have_gobject = xyes])
+CHECK_GLIB_2([], [gobject])
 
 AC_ARG_WITH([modlib],
        [AS_HELP_STRING([--with-modlib],
@@ -65,5 +64,6 @@ AC_CONFIG_FILES([
        libltdl/Makefile
        lib/Makefile
        src/Makefile
+       libuobject.pc
 ])
 AC_OUTPUT