diff options
| author | Michael Vogt <egon@top> | 2005-11-15 14:18:07 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-11-15 14:18:07 +0100 |
| commit | d632109cd5964f7d4baa408d517e44f801e1be8d (patch) | |
| tree | c1acf5f14bcfa183951c260a52e5560610f3a988 /Makefile.am | |
| download | python-apt-d632109cd5964f7d4baa408d517e44f801e1be8d.tar.gz | |
* initial revision (after accidently killing it)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..f749ea63 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,17 @@ +SUBDIRS = Common SoftwareProperties src po data help + +DIST_SUBDIRS = po src data help + +exedir = $(prefix)/bin +exe_SCRIPTS = gnome-software-properties # \ + # update-manager + +EXTRA_DIST = intltool-extract.in intltool-update.in intltool-merge.in \ + debian \ + po/update-manager.pot \ + gnome-software-properties.in # \ + update-manager.in + + + +#CLEANFILES=intltool-extract.in intltool-update.in intltool-merge.in |
