diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-26 22:50:39 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-02-26 22:50:39 +0100 |
| commit | 89c58dc04c264c5778ae34d1428e12483f3ac5ac (patch) | |
| tree | d5aef506841b3b0e2e91016d0c0bbb608535873c /Makefile.am | |
| parent | 10a77c7a1c4648693ded958d6ac8641afcdf1d34 (diff) | |
| download | cataract-89c58dc04c264c5778ae34d1428e12483f3ac5ac.tar.xz | |
Autotoolize
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 |
