summaryrefslogtreecommitdiff
path: root/package/polkit/patches/patch-src_polkitagent_Makefile_am
blob: 7a5aaeea18e7aade96cb7587ff0c9f8164c35539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--- polkit-0.112.orig/src/polkitagent/Makefile.am	2013-09-18 18:55:09.000000000 +0200
+++ polkit-0.112/src/polkitagent/Makefile.am	2014-01-09 21:13:36.000000000 +0100
@@ -109,34 +109,6 @@ polkit_agent_helper_1_LDFLAGS = 					\
 	$(AM_LDFLAGS)							\
 	$(NULL)
 
-if HAVE_INTROSPECTION
-
-girdir = $(INTROSPECTION_GIRDIR)
-gir_DATA = PolkitAgent-1.0.gir
-
-PolkitAgent-1.0.gir: libpolkit-agent-1.la
-
-typelibsdir = $(INTROSPECTION_TYPELIBDIR)
-typelibs_DATA = PolkitAgent-1.0.typelib
-
-INTROSPECTION_COMPILER_ARGS = --includedir=../../src/polkit
-INTROSPECTION_GIRS = PolkitAgent-1.0.gir
-PolkitAgent_1_0_gir_INCLUDES = Gio-2.0
-PolkitAgent_1_0_gir_SCANNERFLAGS = \
-	--include-uninstalled=../../src/polkit/Polkit-1.0.gir	\
-	--c-include='polkitagent/polkitagent.h'
-PolkitAgent_1_0_gir_CFLAGS = \
-        $(libpolkit_agent_1_la_CFLAGS)		\
-        -D_POLKIT_COMPILATION			\
-        -D_POLKIT_AGENT_COMPILATION		\
-        -I.. -I$(top_srcdir)/src
-PolkitAgent_1_0_gir_LIBS = libpolkit-agent-1.la
-PolkitAgent_1_0_gir_FILES = $(libpolkit_agent_1_la_SOURCES)
-PolkitAgent_1_0_gir_EXPORT_PACKAGES = polkit-agent-1
-
-include $(INTROSPECTION_MAKEFILE)
-
-endif # HAVE_INTROSPECTION
 
 # polkit-agent-helper-1 need to be setuid root because it's used to
 # authenticate not only the invoking user, but possibly also root