summaryrefslogtreecommitdiff
path: root/gabble/Makefile.am
blob: f42c837d0e5a97a3c00d5be9144080290600de73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if ENABLE_PLUGIN_API
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = telepathy-gabble.pc

gabbleincludedir = $(includedir)/telepathy-gabble-0/gabble
gabbleinclude_HEADERS = \
    capabilities.h \
    capabilities-set.h \
    caps-channel-manager.h \
    caps-hash.h \
    connection.h \
    error.h \
    gabble.h \
    namespaces.h \
    plugin.h \
    sidecar.h \
    types.h

endif