summaryrefslogtreecommitdiff
path: root/gabble/Makefile.am
blob: 1e729a0cad4ae5457fe793ead2d27ae8dcc60be5 (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
if ENABLE_PLUGIN_API

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = telepathy-gabble.pc

gabbleincludedir = $(includedir)/telepathy-gabble-0/gabble
gabbleinclude_HEADERS = $(headers)

else

EXTRA_DIST = $(headers)

endif

headers = \
    capabilities.h \
    capabilities-set.h \
    caps-channel-manager.h \
    caps-hash.h \
    plugin-connection.h \
    error.h \
    gabble.h \
    namespaces.h \
    plugin.h \
    sidecar.h \
    types.h