[pan2] make distcheck now works



commit b16fccf243c4261261e7ba4c8ebcb4ae97cba68b
Author: Petr Kovar <pkovar redhat com>
Date:   Sun Jan 29 16:56:41 2012 +0100

    make distcheck now works

 configure.in                 |    3 ++-
 pan/gui/Makefile.am          |    3 +++
 pan/tasks/Makefile.am        |    2 +-
 pan/usenet-utils/Makefile.am |    5 +++--
 4 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index 7b20cf4..22988f3 100644
--- a/configure.in
+++ b/configure.in
@@ -248,12 +248,13 @@ AC_CONFIG_FILES([Makefile
                  pan/general/Makefile
                  pan/usenet-utils/Makefile
                  pan/data/Makefile
-                 pan/data/decode-test-cache/Makefile
                  pan/tasks/Makefile
                  pan/icons/Makefile
                  pan/data-impl/Makefile
                  pan/gui/Makefile])
+dnl                 pan/data/decode-test-cache/Makefile
 
+dnl Check whether we are building with gnome-doc-utils
 if test "x$want_gnome_doc_help" = "xyes" ; then
   echo "checking whether we are building with gnome-doc-utils... yes"
   AC_CONFIG_FILES([help/Makefile])
diff --git a/pan/gui/Makefile.am b/pan/gui/Makefile.am
index 0292501..6983720 100644
--- a/pan/gui/Makefile.am
+++ b/pan/gui/Makefile.am
@@ -40,6 +40,7 @@ libpangui_a_SOURCES = \
 noinst_HEADERS = \
  action-manager.h \
  actions.h \
+ actions-extern.h \
  body-pane.h \
  defgroup.h \
  dl-headers-ui.h \
@@ -67,6 +68,7 @@ noinst_HEADERS = \
  prefs-ui.h \
  post-ui.h \
  post.ui.h \
+ post.ui.pgp.h \
  profiles-dialog.h \
  progress-view.h \
  render-bytes.h \
@@ -77,6 +79,7 @@ noinst_HEADERS = \
  server-ui.h \
  tango-colors.h \
  task-pane.h \
+ taskpane.ui.h \
  url.h \
  wait.h \
  xface.h
diff --git a/pan/tasks/Makefile.am b/pan/tasks/Makefile.am
index cca353d..df282b1 100644
--- a/pan/tasks/Makefile.am
+++ b/pan/tasks/Makefile.am
@@ -46,7 +46,7 @@ noinst_HEADERS = \
   upload-queue.h \
   socket.h \
   socket-impl-main.h \
-  socket-impl-openssl.cc \
+  socket-impl-openssl.h \
   socket-impl-gio.h \
   socket-impl-scripted.h \
   nntp-pool.h
diff --git a/pan/usenet-utils/Makefile.am b/pan/usenet-utils/Makefile.am
index 33889ad..002e509 100644
--- a/pan/usenet-utils/Makefile.am
+++ b/pan/usenet-utils/Makefile.am
@@ -14,7 +14,7 @@ libusenetutils_a_SOURCES = \
  url-find.cc \
  blowfish.cc \
  gpg.cc
-
+	
 noinst_HEADERS = \
  defgroup.h \
  filter-info.h \
@@ -29,7 +29,8 @@ noinst_HEADERS = \
  ssl-utils.h \
  blowfish.h \
  blowfish_cyphers.h \
- gpg.h
+ gpg.h \
+ MersenneTwister.h
 
 #noinst_PROGRAMS = \
 # gnksa-test \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]