gss-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gss branch, master, updated. gss-0-1-5-20-g7c325c1


From: Simon Josefsson
Subject: [SCM] GNU gss branch, master, updated. gss-0-1-5-20-g7c325c1
Date: Sun, 28 Mar 2010 19:53:49 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gss".

http://git.savannah.gnu.org/cgit/gss.git/commit/?id=7c325c1821346ab9f87c77e229372976eefb59c7

The branch, master has been updated
       via  7c325c1821346ab9f87c77e229372976eefb59c7 (commit)
       via  e8deb0609d9892ed076587bc0ea756ef81c50e95 (commit)
      from  29fd3bc481ae161ecc129a7e05c872893eadcff5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c325c1821346ab9f87c77e229372976eefb59c7
Author: Simon Josefsson <address@hidden>
Date:   Sun Mar 28 21:52:47 2010 +0200

    Add.

commit e8deb0609d9892ed076587bc0ea756ef81c50e95
Author: Simon Josefsson <address@hidden>
Date:   Sun Mar 28 21:52:32 2010 +0200

    Fix syntax-check warning.

-----------------------------------------------------------------------

Summary of changes:
 .x-sc_texinfo_acronym |    1 +
 src/Makefile.am       |   19 ++++++++-----------
 2 files changed, 9 insertions(+), 11 deletions(-)
 create mode 100644 .x-sc_texinfo_acronym

diff --git a/.x-sc_texinfo_acronym b/.x-sc_texinfo_acronym
new file mode 100644
index 0000000..a91736c
--- /dev/null
+++ b/.x-sc_texinfo_acronym
@@ -0,0 +1 @@
+doc/fdl-1.3.texi
diff --git a/src/Makefile.am b/src/Makefile.am
index 3a74b24..3444fce 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,26 +26,23 @@ AM_CPPFLAGS = -I$(top_srcdir)/gl \
        -I$(top_builddir)/lib/headers -I$(top_srcdir)/lib/headers
 
 bin_PROGRAMS = gss
+gss_SOURCES = gss.c
+gss_LDADD = ../lib/libgss.la gl/libgnu.la @LTLIBINTL@ libcmd-gss.la
+
+gss.c: $(BUILT_SOURCES)
 
 BUILT_SOURCES = gss_cmd.c gss_cmd.h
 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
 
+$(BUILT_SOURCES): gss.ggo
+       gengetopt --no-handle-help --no-handle-version  \
+                       --input $^ --file-name gss_cmd
+
 noinst_LTLIBRARIES = libcmd-gss.la
 libcmd_gss_la_CFLAGS =
 libcmd_gss_la_SOURCES = gss.ggo $(BUILT_SOURCES)
 libcmd_gss_la_LIBADD = gl/libgnu.la
 
-gss_SOURCES = gss.c
-gss_LDADD = ../lib/libgss.la gl/libgnu.la @LTLIBINTL@ libcmd-gss.la
-
-gss.c: $(BUILT_SOURCES)
-
-$(BUILT_SOURCES): gss.ggo
-       gengetopt --no-handle-help --no-handle-version \
-                       --input $^ --file-name gss_cmd ||       \
-               test -f gss_cmd.h -a -f gss_cmd.c ||            \
-               cp $(srcdir)/gss_cmd.h $(srcdir)/gss_cmd.h .
-
 # For gettext.
 datadir = @datadir@
 localedir = $(datadir)/locale


hooks/post-receive
-- 
GNU gss




reply via email to

[Prev in Thread] Current Thread [Next in Thread]