summaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
blob: 1bcf9654167c20acab7f5e0e4492bb4597c32432 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
SUBDIRS =

if BACKEND_TYPE_YUM
SUBDIRS += yum-packagekit
endif

if PK_BUILD_BROWSER_PLUGIN
SUBDIRS += browser-plugin
endif

if PK_BUILD_GSTREAMER_PLUGIN
SUBDIRS += gstreamer-plugin
endif

if PK_BUILD_GTK_MODULE
SUBDIRS += gtk-module
endif

if PK_BUILD_COMMAND_NOT_FOUND
SUBDIRS += command-not-found
endif

if PK_BUILD_CRON
SUBDIRS += cron
endif

if PK_BUILD_DEBUGINFO_INSTALL
SUBDIRS += debuginfo-install
endif

if PK_BUILD_PM_UTILS
SUBDIRS += pm-utils
endif

if PK_BUILD_DEVICE_REBIND
SUBDIRS += device-rebind
endif

bashcompletiondir = ${SYSCONFDIR}/bash_completion.d
dist_bashcompletion_DATA = pk-completion.bash

script_SCRIPTS =					\
	packagekit-bugreport.sh

EXTRA_DIST=$(script_SCRIPTS)

scriptdir = $(bindir)


-include $(top_srcdir)/git.mk