summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2009-07-15 17:08:41 -0400
committerDavid Zeuthen <davidz@redhat.com>2009-07-15 17:08:41 -0400
commit002ce3d1364f7db00989d19e49c3a137e6ce6404 (patch)
treea999760981ee23d214e1ba244a675bebf2a9a07c /src
parentf62117c9b5b3c248ea40b6fc6c6aada2d793c66a (diff)
downloadpolkit-002ce3d1364f7db00989d19e49c3a137e6ce6404.tar.gz
Rename some man pages and the daemon binary
Diffstat (limited to 'src')
-rw-r--r--src/polkitd/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/polkitd/Makefile.am b/src/polkitd/Makefile.am
index c425d68..1234417 100644
--- a/src/polkitd/Makefile.am
+++ b/src/polkitd/Makefile.am
@@ -14,19 +14,19 @@ INCLUDES = \
-D_REENTRANT \
$(NULL)
-libexec_PROGRAMS = polkitd-1
+libexec_PROGRAMS = polkitd
-polkitd_1_SOURCES = \
+polkitd_SOURCES = \
main.c \
$(NULL)
-polkitd_1_CFLAGS = \
+polkitd_CFLAGS = \
-DPOLKIT_BACKEND_I_KNOW_API_IS_SUBJECT_TO_CHANGE \
-DG_LOG_DOMAIN=\"polkitd-1\" \
$(GLIB_CFLAGS) \
$(NULL)
-polkitd_1_LDADD = \
+polkitd_LDADD = \
$(DBUS_GLIB_LIBS) \
$(GLIB_LIBS) \
$(top_builddir)/src/polkit/libpolkit-gobject-1.la \