diff options
author | Armin Krejzi <krejzi@email.com> | 2012-09-04 10:26:51 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2012-09-04 10:26:51 -0400 |
commit | bcededc3a20dc72f549799d3482e660f8ba16ecb (patch) | |
tree | 7c7064ab07a5d0d07965826b3cce74bad2a61139 /data | |
parent | e24a0030f7e3ac3b3f5582ebd293036f766937ec (diff) | |
download | gdm-bcededc3a20dc72f549799d3482e660f8ba16ecb.tar.gz |
data: add polkit desktop file to EXTRA_DIST
This commit ensures
polkit-gnome-authentication-agent-1.desktop.in.in
is properly disted.
Diffstat (limited to 'data')
-rw-r--r-- | data/applications/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/applications/Makefile.am b/data/applications/Makefile.am index 3941e497..b34bcba7 100644 --- a/data/applications/Makefile.am +++ b/data/applications/Makefile.am @@ -28,7 +28,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) \ EXTRA_DIST = \ gdm-simple-greeter.desktop.in.in \ - polkit-gnome-authentication-agent-1.desktop.in \ + polkit-gnome-authentication-agent-1.desktop.in.in \ $(desktop_in_files) \ $(desktop_DATA) \ $(NULL) |