mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
2006-06-21 Ross Burton <ross@openedhand.com>
* Makefile.am: * gtk/Makefile.am: Add gtk widget to distcheck and fix.
This commit is contained in:
parent
c8d963f80d
commit
177add8768
@ -1,3 +1,9 @@
|
||||
2006-06-21 Ross Burton <ross@openedhand.com>
|
||||
|
||||
* Makefile.am:
|
||||
* gtk/Makefile.am:
|
||||
Add gtk widget to distcheck and fix.
|
||||
|
||||
2006-06-21 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/Makefile.am:
|
||||
|
@ -16,7 +16,7 @@ EXTRA_DIST = clutter.pc.in
|
||||
|
||||
CLEANFILES = $(pcfiles)
|
||||
|
||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-python
|
||||
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 \
|
||||
|
@ -9,7 +9,7 @@ EXTRA_DIST = gtk-clutter.pc.in
|
||||
|
||||
CLEANFILES = $(pcfiles)
|
||||
|
||||
INCLUDES = @GCC_FLAGS@ @CLUTTER_CFLAGS@ $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
INCLUDES = @GCC_FLAGS@ @CLUTTER_CFLAGS@ $(GST_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
|
||||
|
||||
lib_LTLIBRARIES = libgtkclutter-@CLUTTER_MAJORMINOR@.la
|
||||
|
||||
@ -20,7 +20,7 @@ libgtkclutter_@CLUTTER_MAJORMINOR@_la_LDFLAGS = @CLUTTER_LT_LDFLAGS@
|
||||
|
||||
gtkclutterheadersdir = \
|
||||
$(includedir)/gtk-clutter-@CLUTTER_MAJORMINOR@/gtk-clutter
|
||||
gtkclutterheaders_DATA = gtk-clutter.h
|
||||
gtkclutterheaders_HEADERS = gtk-clutter.h
|
||||
|
||||
noinst_PROGRAMS = gtk-clutter-test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user