diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..851db70 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,18 @@ +SUBDIRS = \ + src + +EXTRA_DIST = \ + intltool-extract.in \ + intltool-update.in \ + intltool-merge.in + +CLEANFILES = + +DISTCLEANFILES = \ + intltool-extract \ + intltool-update \ + intltool-merge \ + po/.intltool-merge-cache + + +ACLOCAL_AMFLAGS = -I m4 |
