X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=f5850ba3e5a5a5d827a0d18854b41cdcdf7b6481;hb=5f167675beabb9f55df5fe8a579f87763764cb08;hp=dd30d8239af8ba7100d5ba7162195615d9a55b2a;hpb=5f917915b5648233b3e58488b56a718db3af397f;p=util-vserver.git diff --git a/Makefile.am b/Makefile.am index dd30d82..f5850ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am 2367 2006-11-03 19:59:15Z dhozac $ +## $Id: Makefile.am 2482 2007-01-29 23:37:07Z dhozac $ # Copyright (C) 2003,2004,2005,2006 Enrico Scholz # @@ -140,6 +140,8 @@ pathsubst_RULES = s!@'PKGLIBDIR'@!$(pkglibdir)!g; \ s!@'ENSC_HAVE_C99_COMPILER_FALSE'@!\@ENSC_HAVE_C99_COMPILER_FALSE@ !g; \ s!@'ENSC_HAVE_CXX_COMPILER_TRUE'@!\@ENSC_HAVE_CXX_COMPILER_TRUE@ !g; \ s!@'ENSC_HAVE_CXX_COMPILER_FALSE'@!\@ENSC_HAVE_CXX_COMPILER_FALSE@ !g; \ + s!@'ENSC_HAVE_LIBNL_TRUE'@!\@ENSC_HAVE_LIBNL_TRUE@ !g; \ + s!@'ENSC_HAVE_LIBNL_FALSE'@!\@ENSC_HAVE_LIBNL_FALSE@ !g; \ $(ENSC_PATHPROG_SED) pathconfig.h: .pathconfig.h.pathsubst.stamp @@ -236,6 +238,7 @@ include $(top_srcdir)/ensc_wrappers/Makefile-files include $(top_srcdir)/ensc_fmt/Makefile-files include $(top_srcdir)/lib_internal/Makefile-files include $(top_srcdir)/vserver-start/Makefile-files +include $(top_srcdir)/gentoo/Makefile-files include $(top_srcdir)/m4/gpgsig.am include $(top_srcdir)/m4/validate.am