diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-04-27 02:45:30 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-04-27 02:45:30 +0000 |
commit | babee5fe38026e5b6210fa381aace3a19a89785f (patch) | |
tree | f9b6d82d7373c81c7420acdbb8c692bbff57fe2b /qt-recordmydesktop/Makefile.am | |
parent | de6c6f26c88d6f961f9e450edb337510d7c893f9 (diff) |
This commit was generated by cvs2svn to compensate for changes in r312,
which included commits to RCS files with non-trunk default branches.
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@313 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'qt-recordmydesktop/Makefile.am')
-rw-r--r-- | qt-recordmydesktop/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qt-recordmydesktop/Makefile.am b/qt-recordmydesktop/Makefile.am new file mode 100644 index 0000000..ae4e04c --- /dev/null +++ b/qt-recordmydesktop/Makefile.am @@ -0,0 +1,11 @@ +AUTOMAKE_OPTIONS = 1.5 + +ACLOCAL_AMFLAGS = -I m4 + +include $(srcdir)/m4/common.mk +include $(srcdir)/m4/pychecker.mk + + +SUBDIRS = src po m4 +EXTRA_DIST= config.rpath + |