2006-10-04 09:10:36 +02:00
|
|
|
SUBDIRS = data src po
|
2006-10-04 02:10:49 +02:00
|
|
|
bin_SCRIPTS = scripts/gajim
|
|
|
|
|
2006-10-04 09:10:36 +02:00
|
|
|
commonfilesdir = $(pkgdatadir)
|
|
|
|
commonfiles_DATA = COPYING \
|
|
|
|
README \
|
|
|
|
ChangeLog \
|
|
|
|
THANKS \
|
|
|
|
AUTHORS
|
|
|
|
|
2006-10-04 02:10:49 +02:00
|
|
|
EXTRA_DIST = \
|
2006-10-04 09:10:36 +02:00
|
|
|
$(commonfiles_DATA) \
|
|
|
|
autogen.sh \
|
|
|
|
intltool-extract.in \
|
2006-10-04 02:10:49 +02:00
|
|
|
intltool-merge.in \
|
2006-10-04 09:10:36 +02:00
|
|
|
intltool-update.in \
|
2006-10-04 02:10:49 +02:00
|
|
|
scripts/gajim.in
|
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
intltool-extract \
|
|
|
|
intltool-merge \
|
|
|
|
intltool-update \
|
|
|
|
scripts/gajim
|