diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.in | 2 | ||||
-rw-r--r-- | doc/SystemTap_Tapset_Reference/Makefile.in | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in index daba5f6f..e91516e0 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -180,6 +180,8 @@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +libglade_CFLAGS = @libglade_CFLAGS@ +libglade_LIBS = @libglade_LIBS@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ diff --git a/doc/SystemTap_Tapset_Reference/Makefile.in b/doc/SystemTap_Tapset_Reference/Makefile.in index 1b914186..07a0416c 100644 --- a/doc/SystemTap_Tapset_Reference/Makefile.in +++ b/doc/SystemTap_Tapset_Reference/Makefile.in @@ -156,6 +156,8 @@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ +libglade_CFLAGS = @libglade_CFLAGS@ +libglade_LIBS = @libglade_LIBS@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ |