mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
And finish the move
This commit is contained in:
parent
7dcf899480
commit
2b8420348a
24
Makefile.am
Normal file
24
Makefile.am
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
SUBDIRS=clutter bindings doc examples
|
||||||
|
|
||||||
|
if ENABLE_GTK
|
||||||
|
SUBDIRS += gtk
|
||||||
|
endif
|
||||||
|
|
||||||
|
pcfiles = clutter-@CLUTTER_MAJORMINOR@.pc
|
||||||
|
|
||||||
|
%-@CLUTTER_MAJORMINOR@.pc: %.pc
|
||||||
|
cp $< $@
|
||||||
|
|
||||||
|
pkgconfig_DATA = $(pcfiles)
|
||||||
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
||||||
|
EXTRA_DIST = clutter.pc.in
|
||||||
|
|
||||||
|
CLEANFILES = $(pcfiles)
|
||||||
|
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-python --enable-gtk
|
||||||
|
|
||||||
|
# Extra clean files so that maintainer-clean removes *everything*
|
||||||
|
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \
|
||||||
|
configure depcomp install-sh ltmain.sh \
|
||||||
|
Makefile.in missing config.h.in
|
Loading…
Reference in New Issue
Block a user