policykit-gnome r92 - in trunk: . po src



Author: davidz
Date: Wed Jan 21 06:44:51 2009
New Revision: 92
URL: http://svn.gnome.org/viewvc/policykit-gnome?rev=92&view=rev

Log:
fix make distcheck



Modified:
   trunk/configure.ac
   trunk/po/POTFILES.in
   trunk/src/Makefile.am

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jan 21 06:44:51 2009
@@ -1,4 +1,4 @@
-AC_INIT([PolicyKit-gnome],[0.90],[http://lists.freedesktop.org/mailman/listinfo/polkit-devel],[PolicyKit-gnome])
+AC_INIT([polkit-gnome],[0.90],[http://lists.freedesktop.org/mailman/listinfo/polkit-devel],[polkit-gnome])
 
 AM_INIT_AUTOMAKE([1.9 foreign dist-bzip2 no-dist-gzip])
 
@@ -180,7 +180,7 @@
 
 IT_PROG_INTLTOOL([0.35.0])
 
-GETTEXT_PACKAGE=PolicyKit-gnome
+GETTEXT_PACKAGE=polkit-gnome-1
 AC_SUBST([GETTEXT_PACKAGE])
 AM_GLIB_GNU_GETTEXT
 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain])
@@ -193,23 +193,24 @@
 AC_SUBST([AM_CXXFLAGS])
 AC_SUBST([AM_LDFLAGS])
 
+#data/Makefile
+#data/polkit-gnome.pc
+#examples/Makefile
+#polkit-gnome/Makefile
+#tools/Makefile
+#doc/Makefile
+#doc/version.xml
+
 AC_CONFIG_FILES([
 Makefile
-data/Makefile
-data/polkit-gnome.pc
-examples/Makefile
-polkit-gnome/Makefile
 src/Makefile
-tools/Makefile
-doc/Makefile
-doc/version.xml
 po/Makefile.in
 ])
 
 AC_OUTPUT
 
 echo "
-                  PolicyKit-gnome $VERSION
+                  polkit-gnome $VERSION
                 =======================
 
         prefix:                     ${prefix}

Modified: trunk/po/POTFILES.in
==============================================================================
--- trunk/po/POTFILES.in	(original)
+++ trunk/po/POTFILES.in	Wed Jan 21 06:44:51 2009
@@ -1,15 +1,16 @@
+#data/polkit-gnome-authorization.desktop.in
+#data/polkit-gnome.schemas.in
+#examples/polkit-gnome-example.c
+#examples/org.gnome.policykit.examples.policy.in
+#polkit-gnome/polkit-gnome-action.c
+#polkit-gnome/polkit-gnome-auth.c
+#polkit-gnome/polkit-gnome-context.c
+#polkit-gnome/polkit-gnome-toggle-action.c
+#tools/polkit-gnome-authorization.c
+#src/polkit-gnome-manager.c
+
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
 [encoding: UTF-8]
-data/polkit-gnome-authorization.desktop.in
-data/polkit-gnome.schemas.in
-examples/polkit-gnome-example.c
-examples/org.gnome.policykit.examples.policy.in
-polkit-gnome/polkit-gnome-action.c
-polkit-gnome/polkit-gnome-auth.c
-polkit-gnome/polkit-gnome-context.c
-polkit-gnome/polkit-gnome-toggle-action.c
 src/main.c
 src/polkit-gnome-auth-dialog.c
-src/polkit-gnome-manager.c
-tools/polkit-gnome-authorization.c

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Wed Jan 21 06:44:51 2009
@@ -1,13 +1,21 @@
 
-libexec_PROGRAMS = polkit-gnome-manager
+FULL_LIBEXECDIR=$(libexecdir)
 
-polkit_gnome_manager_SOURCES = 						\
+polkit-gnome-authentication-agent-1.desktop : polkit-gnome-authentication-agent-1.desktop.in
+	cat polkit-gnome-authentication-agent-1.desktop.in | sed 's,@FULL_LIBEXECDIR@,$(FULL_LIBEXECDIR),' > $@
+
+desktopdir = $(datadir)/gnome/autostart
+desktop_DATA = polkit-gnome-authentication-agent-1.desktop
+
+libexec_PROGRAMS = polkit-gnome-authentication-agent-1
+
+polkit_gnome_authentication_agent_1_SOURCES = 				\
 	polkit-gnome-auth-dialog.h	polkit-gnome-auth-dialog.c	\
 	sexy-url-label.h 		sexy-url-label.c		\
 	main.c								\
 	$(BUILT_SOURCES)
 
-polkit_gnome_manager_CPPFLAGS = 			\
+polkit_gnome_authentication_agent_1_CPPFLAGS = 		\
 	-I$(top_srcdir)					\
 	-DG_LOG_DOMAIN=\"PolicyKitGnome\"		\
 	-DDATADIR=\""$(pkgdatadir)"\"			\
@@ -15,7 +23,7 @@
 	$(DISABLE_DEPRECATED)				\
 	$(AM_CPPFLAGS)
 
-polkit_gnome_manager_CFLAGS = 				\
+polkit_gnome_authentication_agent_1_CFLAGS = 		\
 	$(GTK_CFLAGS)					\
 	$(GCONF_CFLAGS)					\
 	$(EGGDBUS_CFLAGS)				\
@@ -24,10 +32,10 @@
 	$(WARN_CFLAGS)					\
 	$(AM_CFLAGS)
 
-polkit_gnome_manager_LDFLAGS = 				\
+polkit_gnome_authentication_agent_1_LDFLAGS = 		\
 	$(AM_LDFLAGS)
 
-polkit_gnome_manager_LDADD = 				\
+polkit_gnome_authentication_agent_1_LDADD = 		\
 	$(GTK_LIBS)					\
 	$(GCONF_LIBS)					\
 	$(EGGDBUS_LIBS)					\
@@ -35,9 +43,7 @@
 	$(POLKIT_GOBJECT_LIBS)				\
 	$(INTLLIBS)
 
-CLEANFILES = $(BUILT_SOURCES)
-
-EXTRA_DIST = polkit-gnome-manager.xml
+EXTRA_DIST = polkit-gnome-authentication-agent-1.desktop.in
 
 clean-local :
-	rm -f *~
+	rm -f *~ polkit-gnome-authentication-agent-1.desktop



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