Skip to content

Commit

Permalink
Release version 0.3
Browse files Browse the repository at this point in the history
 * With some 'make distcheck' fixes
  • Loading branch information
stefwalter committed Mar 28, 2014
1 parent f67369b commit d8aabe0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NULL =
man_MANS =
BUILT_SOURCES =
EXTRA_DIST =
EXTRA_DIST = README.md
CLEANFILES =
check_SCRIPTS =
noinst_SCRIPTS =
Expand All @@ -17,6 +17,8 @@ SUBDIRS = . po

DISTCHECK_CONFIGURE_FLAGS= \
--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
--disable-debug \
--disable-coverage \
$(NULL)

AM_CPPFLAGS = \
Expand Down
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
AC_INIT([Cockpit],[0.2],[devel@lists.cockpit-project.org],[cockpit],[http://www.cockpit-project.org/])
AC_INIT([Cockpit],[0.3],[devel@lists.cockpit-project.org],[cockpit],[http://www.cockpit-project.org/])

AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([config.h])
Expand Down Expand Up @@ -171,7 +171,6 @@ if test "$enable_debug" = "yes"; then
elif test "$enable_debug" = "no"; then
debug_status="no"
CFLAGS="$CFLAGS -O2"
AC_DEFINE_UNQUOTED(G_DISABLE_ASSERT, 1, [Disable glib assertions])
else
debug_status="default"
fi
Expand Down
6 changes: 5 additions & 1 deletion src/web/Makefile-web.am
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ jquery.min.js: src/web/lib/jquery.min.js
$(AM_V_GEN) cp $< $@

contentdatadir = $(pkgdatadir)/content
contentdata_DATA = \
nodist_contentdata_DATA = \
$(cockpit_js_FILES) \
$(NULL)
contentdata_DATA = \
src/web/cockpit.css \
src/web/favicon.ico \
src/web/apple-touch-icon.png \
Expand Down Expand Up @@ -213,6 +215,7 @@ CLEANFILES += \
jquery.min.js \
dbus-test.html \
cockpit.js \
$(contentdata_SCRIPTS) \
$(NULL)

EXTRA_DIST += \
Expand All @@ -224,6 +227,7 @@ EXTRA_DIST += \
$(contentdatalibfonts_DATA) \
$(CHECK_HTML_SRCS) \
src/web/dbus-test.html \
src/web/index.html \
$(NULL)

noinst_SCRIPTS += \
Expand Down

0 comments on commit d8aabe0

Please sign in to comment.