diff options
| -rw-r--r-- | Makefile.am | 1 | ||||
| -rw-r--r-- | configure.ac | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..0850115 --- /dev/null +++ b/Makefile.am @@ -0,0 +1 @@ +dist_bin_SCRIPTS = python-gnome-app diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..4eb2325 --- /dev/null +++ b/configure.ac @@ -0,0 +1,11 @@ +AC_INIT([Python GNOME App], + [0.1], + [amigadave@amigadave.com], + [python-gnome-app], + [http://fedorapeople.org/cgit/amigadave/public_git/python-gnome-app.git/]) + +AM_INIT_AUTOMAKE([1.11 foreign]) + +AC_CONFIG_FILES([Makefile]) + +AC_OUTPUT |
