| Revision 9642, 202 bytes checked in by daisuke, 11 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | # Makefile.am |
| 2 | |
| 3 | SUBDIRS = \ |
| 4 | src \ |
| 5 | po \ |
| 6 | data |
| 7 | |
| 8 | EXTRA_DIST = \ |
| 9 | intltool-extract.in \ |
| 10 | intltool-merge.in \ |
| 11 | intltool-update.in |
| 12 | |
| 13 | DISTCLEANFILES = \ |
| 14 | intltool-extract \ |
| 15 | intltool-merge \ |
| 16 | intltool-update |
| 17 |