summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-08-19 10:06:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-08-19 10:08:21 +0100
commit57b3004bde579b986523c43e3a0e6693fd49dd21 (patch)
tree8bd8375f044e73d6467da9ad9a053966ad54e19b /Makefile.am
parent50742fae18d8dd699ac6aaa7fe0800b6a6ec55cf (diff)
downloadfebootstrap-57b3004bde579b986523c43e3a0e6693fd49dd21.tar.gz
febootstrap-57b3004bde579b986523c43e3a0e6693fd49dd21.tar.xz
febootstrap-57b3004bde579b986523c43e3a0e6693fd49dd21.zip
febootstrap: Add --save-temps option to save temporary files on exit.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4765024..109d2c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,10 +24,10 @@ SUBDIRS = lib helper
# Note these must be in build dependency order.
SOURCES = \
config.ml \
- febootstrap_utils.mli \
- febootstrap_utils.ml \
febootstrap_cmdline.mli \
febootstrap_cmdline.ml \
+ febootstrap_utils.mli \
+ febootstrap_utils.ml \
febootstrap_package_handlers.mli \
febootstrap_package_handlers.ml \
febootstrap_yum_rpm.ml \