Skip to content

Commit

Permalink
Makefile: include libs3/ contents in dist tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed May 6, 2012
1 parent 7dbcc1c commit a46cc71
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
AUTOMAKE_OPTIONS = gnu
SUBDIRS = ocf libs3
DIST_SUBDIRS = gtest ocf leveldb libs3

EXTRA_DIST = \
libs3/COPYING \
libs3/ChangeLog \
libs3/GNUmakefile \
libs3/GNUmakefile.mingw \
libs3/GNUmakefile.osx \
libs3/INSTALL \
libs3/LICENSE \
libs3/README \
libs3/TODO \
libs3/archlinux/ \
libs3/debian/ \
libs3/doxyfile \
libs3/inc/ \
libs3/libs3.spec \
libs3/mswin/ \
libs3/src/ \
libs3/test/

CLEANFILES =
bin_PROGRAMS =
# like bin_PROGRAMS, but these targets are only built for debug builds
Expand Down Expand Up @@ -878,7 +898,8 @@ EXTRALIBS += -lgcov
endif

# extra bits
EXTRA_DIST = $(srcdir)/verify-mds-journal.sh $(srcdir)/vstart.sh $(srcdir)/stop.sh \
EXTRA_DIST += \
$(srcdir)/verify-mds-journal.sh $(srcdir)/vstart.sh $(srcdir)/stop.sh \
ceph-run $(srcdir)/ceph_common.sh \
$(srcdir)/init-radosgw \
$(srcdir)/ceph-clsinfo $(srcdir)/make_version $(srcdir)/check_version \
Expand Down

0 comments on commit a46cc71

Please sign in to comment.