Vinzenz Feenstra has uploaded a new change for review.

Change subject: agent: Include windows files in tar balls
......................................................................

agent: Include windows files in tar balls

Change-Id: I793b84ac78127593a11ab9894fdbc68fa45d224d
Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com>
---
A GinaSSO/Makefile.am
M Makefile.am
M configure.ac
M gdm-plugin/Makefile.am
M kdm-plugin/Makefile.am
M ovirt-guest-agent/Makefile.am
A windows-credprov/Makefile.am
7 files changed, 116 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent 
refs/changes/40/13340/1

diff --git a/GinaSSO/Makefile.am b/GinaSSO/Makefile.am
new file mode 100644
index 0000000..d66705d
--- /dev/null
+++ b/GinaSSO/Makefile.am
@@ -0,0 +1,35 @@
+# Copyright 2013 Red Hat, Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# Refer to the README and COPYING files for full details of the license.
+
+EXTRA_DIST= \
+       GinaDlg.cpp \
+       GinaDlg.h \
+       GinaSSO.cpp \
+       GinaSSO.Def \
+       GinaSSO.h \
+       GinaSSO.rc \
+       GinaSSO.sln \
+       GinaSSO.vcproj \
+       ReadMe.txt \
+       resource.h \
+       stdafx.cpp \
+       stdafx.h \
+       $(NULL)
+
+MAINTAINERCLEANFILES = \
+       *~ \
+       Makefile.in \
+       $(NULL)
diff --git a/Makefile.am b/Makefile.am
index 6093668..102d9ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,10 @@
     pam-ovirt-cred       \
     gdm-plugin           \
     gdm2-plugin          \
-    kdm-plugin
+    kdm-plugin                  \
+       GinaSSO                          \
+       windows-credprov         \
+       $(NULL)
 
 CLEANFILES = \
     *~
@@ -14,6 +17,12 @@
     config.h.in \
     Makefile.in
 
+EXTRA_DIST= \
+       AUTHORS \
+       README_Fedora.txt \
+       ovirt-guest-agent.spec \
+       $(NULL)
+
 # When fixing a file to conform with pep8 add it to the WL here so it will be
 # checkd from now on
 PEP8_WHITELIST = \
diff --git a/configure.ac b/configure.ac
index ffde3af..cee1a5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,6 +13,7 @@
 
 AC_PROG_CC
 AC_PROG_CXX
+AM_PROG_AR
 AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_MKDIR_P
@@ -181,12 +182,14 @@
     ovirt-guest-agent/consoleapps/Makefile
     ovirt-guest-agent/pam/Makefile
     pam-ovirt-cred/Makefile
+    GinaSSO/Makefile
     gdm-plugin/Makefile
     gdm-plugin/icons/Makefile
     gdm-plugin/icons/16x16/Makefile
     gdm-plugin/icons/48x48/Makefile
     gdm2-plugin/Makefile
     kdm-plugin/Makefile
+    windows-credprov/Makefile
 ])
 
 AC_OUTPUT
diff --git a/gdm-plugin/Makefile.am b/gdm-plugin/Makefile.am
index 2a7f983..84ac10d 100644
--- a/gdm-plugin/Makefile.am
+++ b/gdm-plugin/Makefile.am
@@ -33,7 +33,10 @@
 pamdir = $(PAM_PREFIX)/pam.d
 pam_DATA = $(PAM_SERVICE_NAME)
 
-EXTRA_DIST = $(extension_DATA) $(PAM_SERVICE_NAME).pam
+EXTRA_DIST = \
+       $(extension_DATA) \
+       $(PAM_SERVICE_NAME).pam \
+       $(NULL)
 
 MAINTAINERCLEANFILES = \
        *~ \
diff --git a/kdm-plugin/Makefile.am b/kdm-plugin/Makefile.am
index 3c72ccb..01f9c5b 100644
--- a/kdm-plugin/Makefile.am
+++ b/kdm-plugin/Makefile.am
@@ -24,7 +24,10 @@
 pamdir = $(PAM_PREFIX)/pam.d
 pam_DATA = $(PAM_SERVICE_NAME)
 
-EXTRA_DIST = $(PAM_SERVICE_NAME).pam
+EXTRA_DIST = \
+       $(PAM_SERVICE_NAME).pam \
+       credentials.xml \
+       $(NULL)
 
 CLEANFILES =            \
     *~                  \
diff --git a/ovirt-guest-agent/Makefile.am b/ovirt-guest-agent/Makefile.am
index bc6a3eb..789de2d 100644
--- a/ovirt-guest-agent/Makefile.am
+++ b/ovirt-guest-agent/Makefile.am
@@ -5,12 +5,21 @@
 
 agentdir=/usr/share/ovirt-guest-agent
 agent_PYTHON= \
-    ovirt-guest-agent.py \
+    CredServer.py \
+    GuestAgentLinux2.py \
+    LockActiveSession.py \
     OVirtAgentLogic.py \
     VirtIoChannel.py \
-    GuestAgentLinux2.py \
-    CredServer.py \
-    LockActiveSession.py
+    ovirt-guest-agent.py \
+       $(NULL)
+
+dist_agent_PYTHON=\
+       GuestAgentWin32.py \
+       setup.py \
+       version.py \
+       WinFile.py \
+       OVirtGuestService.py \
+       $(NULL)
 
 agent_DATA=hibernate
 
@@ -40,7 +49,11 @@
        ovirt-guest-agent \
        ovirt-guest-agent.service \
        ovirt-guest-agent.el5.rules \
-       Makefile.el5
+       Makefile.el5 \
+       README-windows.txt \
+       win-guest-agent-build-exe.bat \
+       ovirt-guest-agent.ini \
+       $(NULL)
 
 CLEANFILES = \
        *~ \
diff --git a/windows-credprov/Makefile.am b/windows-credprov/Makefile.am
new file mode 100644
index 0000000..a409a67
--- /dev/null
+++ b/windows-credprov/Makefile.am
@@ -0,0 +1,42 @@
+# Copyright 2013 Red Hat, Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# Refer to the README and COPYING files for full details of the license.
+
+EXTRA_DIST= \
+       CredentialsChannel.cpp \
+       CredentialsChannel.h \
+       Helpers.cpp \
+       Helpers.h \
+       OVirtCredentials.cpp \
+       OVirtCredentials.h \
+       OVirtCredProv.cpp \
+       OVirtCredProv.def \
+       OVirtCredProv.h \
+       OVirtCredProv.rc \
+       OVirtCredProv.sln \
+       OVirtCredProv.vcproj \
+       OVirtProvider.cpp \
+       OVirtProvider.h \
+       Pch.cpp \
+       Pch.h \
+       Register.reg \
+       resource.h \
+       Unregister.reg \
+       $(NULL)
+
+MAINTAINERCLEANFILES = \
+       *~ \
+       Makefile.in \
+       $(NULL)


--
To view, visit http://gerrit.ovirt.org/13340
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I793b84ac78127593a11ab9894fdbc68fa45d224d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-guest-agent
Gerrit-Branch: master
Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to