12345678910111213141516171819202122232425262728293031323334 |
- SUBDIRS = src data po
- EXTRA_DIST = \
- data/gtkpasman.desktop\
- data/gpasman4.sample\
- data/gtkpasman.gschema.xml\
- debian/copyright\
- debian/control\
- debian/docs\
- debian/changelog\
- debian/compat\
- debian/rules\
- dists/gentoo\
- autogen.sh\
- AUTHORS\
- ChangeLog\
- COPYING\
- INSTALL\
- NEWS\
- README
- MAINTAINERCLEANFILES = \
- aclocal.m4\
- compile\
- config.h.in\
- config.h.in~\
- configure\
- depcomp\
- install-sh\
- Makefile.in\
- missing\
- src/Makefile.in\
- data/Makefile.in
|