correctly handle roster puches with subscription=remove. Fixes #6829
[gajim.git] / data / Makefile.am
blob827882796f6fb4f08f82c60f49aadea1e22f90db
1 SUBDIRS = gui emoticons pixmaps iconsets moods activities
2 @INTLTOOL_DESKTOP_RULE@
4 desktopdir = $(datadir)/applications
5 desktop_in_files = gajim.desktop.in.in 
6 desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
8 installdefsdir = $(gajim_srcdir)/common
9 installdefs_DATA = defs.py
11 soundsdir = $(pkgdatadir)/data/sounds
12 sounds_DATA = $(srcdir)/sounds/*.wav
14 otherdir = $(pkgdatadir)/data/other
15 other_DATA = other/servers.xml other/cacerts.pem
17 man_MANS = gajim.1 gajim-remote.1 gajim-history-manager.1
20 EXTRA_DIST = $(desktop_in_files) \
21                          $(sounds_DATA) \
22                          $(other_DATA) \
23                          $(man_MANS) \
24                          defs.py.in
27 DISTCLEANFILES = $(desktop_DATA) \
28                                  $(installdefs_DATA)
30 CLEANFILES = gajim.desktop 
32 MAINTAINERCLEANFILES = Makefile.in