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
|
if BUILD_NETWORKMANAGER
NM_DIR = network-manager
else
NM_DIR =
endif
SUBDIRS = gnome-keyring-glue $(NM_DIR) lat po desktop resources help
EXTRA_DIST = \
README \
COPYING \
COPYING-DOCS \
AUTHORS \
ChangeLog \
INSTALL \
NEWS \
TODO \
lat.spec.in \
lat.spec \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
omf.make \
xmldocs.make
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
distuninstallcheck_listfiles = \
find -path ./var/scrollkeeper/\* -prune -or -type f -print \
find -path $(prefix)/var/scrollkeeper/\* -prune -or -type f -print
|