d48d56f831
Install include files in $prefix/include/mutter-$apiversion/[clutter,cogl,...,meta]/, and datafiles in /usr/share/mutter-$apiversion/.... We still would conflict e.g. given that our gettext name is "mutter", and how keybindings are installed, but it's a step in the right direction.
14 lines
310 B
Makefile
14 lines
310 B
Makefile
pkgdatadir = $(datadir)/mutter-$(LIBMUTTER_API_VERSION)
|
|
pkglibdir = $(libdir)/mutter-$(LIBMUTTER_API_VERSION)
|
|
|
|
SUBDIRS = cogl clutter data src po doc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
DISTCLEANFILES = \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update \
|
|
po/stamp-it \
|
|
po/.intltool-merge-cache
|