Skip to content

Commit

Permalink
Fix 'make dist'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-k committed May 16, 2013
1 parent 99113c8 commit 861e3d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

SUBDIRS=src po doc

EXTRA_DIST = HACKING MAINTAINERS rationales.txt \
EXTRA_DIST = HACKING rationales.txt \
intltool-extract.in intltool-merge.in intltool-update.in

DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ m4_define([marco_micro_version], [1])

m4_define([marco_version],
[marco_major_version.marco_minor_version.marco_micro_version])
AC_INIT([marco], [marco_version], [https://github.com/mate-desktop/mate-desktop-environment])
AC_INIT([mate-window-manager], [marco_version], [https://github.com/mate-desktop/mate-desktop-environment])

AC_CONFIG_SRCDIR(src/core/display.c)
AC_CONFIG_HEADERS(config.h)

AM_INIT_AUTOMAKE
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
AM_MAINTAINER_MODE

# Honor aclocal flags
Expand Down
3 changes: 2 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ CLEANFILES = \
marco.desktop \
marco-wm.desktop \
50-marco-desktop-key.xml \
50-marco-key.xml
50-marco-global-key.xml \
50-marco-window-key.xml

pkgconfigdir = $(libdir)/pkgconfig

Expand Down

0 comments on commit 861e3d6

Please sign in to comment.