fix 'make distcheck'
authorDavid Zeuthen <davidz@redhat.com>
Wed, 21 Jan 2009 06:31:34 +0000 (01:31 -0500)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 21 Jan 2009 06:31:34 +0000 (01:31 -0500)
Makefile.am
data/Makefile.am
src/polkit/Makefile.am

index fef10e3..6516385 100644 (file)
@@ -6,7 +6,6 @@ NULL =
 
 EXTRA_DIST =                   \
        HACKING                 \
-       mkinstalldirs           \
        $(NULL)
 
 # xsltproc barfs on 'make distcheck'; disable for now
index 3794c98..0a6b4d8 100644 (file)
@@ -31,9 +31,10 @@ EXTRA_DIST =                                                         \
        org.freedesktop.PolicyKit1.AuthenticationAgent.xml      \
        $(service_in_files)                                     \
        $(dbusconf_in_files)                                    \
-       polkit-gobject-1.in                                     \
-       polkit-backend-1.in                                     \
-       polkit-agent-1.in                                       \
+       polkit-1.in                                             \
+       polkit-gobject-1.pc.in                                  \
+       polkit-backend-1.pc.in                                  \
+       polkit-agent-1.pc.in                                    \
        $(NULL)
 
 
index 9251ef6..3f6b268 100644 (file)
@@ -43,6 +43,7 @@ libpolkit_gobject_1includedir=$(includedir)/polkit-1/polkit
 
 libpolkit_gobject_1include_HEADERS =                                                   \
         polkit.h                                                                       \
+        polkitprivate.h                                                                        \
         polkittypes.h                                                                  \
        polkitactiondescription.h                                                       \
        polkitauthority.h                                                               \