diff options
author | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-16 21:16:13 +0000 |
---|---|---|
committer | Thomas Jepp <tom@tomjepp.co.uk> | 2015-12-16 21:16:13 +0000 |
commit | f1f400ffc9bed893b58025c0dc383a34484ac950 (patch) | |
tree | 4d0e30210452131be10760f47b960256926c7122 /configure.ac | |
parent | cb788b1cba70caee3b7d1a6716a4074e3acaff0e (diff) | |
download | vyatta-cfg-f1f400ffc9bed893b58025c0dc383a34484ac950.tar.gz vyatta-cfg-f1f400ffc9bed893b58025c0dc383a34484ac950.zip |
Update Makefile.am and configure.ac to properly add GObject linking.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7d8c694..8bd1ebe 100644 --- a/configure.ac +++ b/configure.ac @@ -42,6 +42,10 @@ AC_CONFIG_FILES( [debian/vyatta-cfg.postrm]) AC_SUBST(NOSTRIP) +PKG_CHECK_MODULES(GOBJECT, [gobject-2.0]) +AC_SUBST(GOBJECT_CFLAGS) +AC_SUBST(GOBJECT_LIBS) AC_OUTPUT + |