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>
|
2006-06-21 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/Makefile.am:
|
* clutter/Makefile.am:
|
||||||
|
@ -16,7 +16,7 @@ EXTRA_DIST = clutter.pc.in
|
|||||||
|
|
||||||
CLEANFILES = $(pcfiles)
|
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*
|
# Extra clean files so that maintainer-clean removes *everything*
|
||||||
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \
|
MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub \
|
||||||
|
@ -9,7 +9,7 @@ EXTRA_DIST = gtk-clutter.pc.in
|
|||||||
|
|
||||||
CLEANFILES = $(pcfiles)
|
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
|
lib_LTLIBRARIES = libgtkclutter-@CLUTTER_MAJORMINOR@.la
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ libgtkclutter_@CLUTTER_MAJORMINOR@_la_LDFLAGS = @CLUTTER_LT_LDFLAGS@
|
|||||||
|
|
||||||
gtkclutterheadersdir = \
|
gtkclutterheadersdir = \
|
||||||
$(includedir)/gtk-clutter-@CLUTTER_MAJORMINOR@/gtk-clutter
|
$(includedir)/gtk-clutter-@CLUTTER_MAJORMINOR@/gtk-clutter
|
||||||
gtkclutterheaders_DATA = gtk-clutter.h
|
gtkclutterheaders_HEADERS = gtk-clutter.h
|
||||||
|
|
||||||
noinst_PROGRAMS = gtk-clutter-test
|
noinst_PROGRAMS = gtk-clutter-test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user