2006-06-21 Ross Burton <ross@openedhand.com>

* clutter/Makefile.am:
	* examples/Makefile.am:
	Fix dist.
This commit is contained in:
Ross Burton 2006-06-21 14:40:36 +00:00
parent 35ee56c50d
commit f6413c66e9
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2006-06-21 Ross Burton <ross@openedhand.com>
* clutter/Makefile.am:
* examples/Makefile.am:
Fix dist.
2006-06-20 Matthew Allum <mallum@openedhand.com>
* TODO:

View File

@ -87,7 +87,7 @@ libclutter_@CLUTTER_MAJORMINOR@_la_SOURCES = $(MARSHALFILES) \
$(source_h) \
$(source_h_priv)
INCLUDES = @GCC_FLAGS@ @CLUTTER_CFLAGS@ $(GST_CFLAGS)
INCLUDES = @GCC_FLAGS@ @CLUTTER_CFLAGS@ $(GST_CFLAGS) -I$(top_srcdir)
lib_LTLIBRARIES = libclutter-@CLUTTER_MAJORMINOR@.la
@ -95,7 +95,7 @@ libclutter_@CLUTTER_MAJORMINOR@_la_LIBADD = @CLUTTER_LIBS@ $(GST_LIBS)
libclutter_@CLUTTER_MAJORMINOR@_la_LDFLAGS = @CLUTTER_LT_LDFLAGS@
clutterheadersdir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter
clutterheaders_DATA = $(source_h) \
clutterheaders_HEADERS = $(source_h) \
clutter-marshal.h \
clutter-enum-types.h \
clutter.h

View File

@ -1,6 +1,6 @@
noinst_PROGRAMS = test test-video video-cube test-text super-oh
INCLUDES = -I$(top_srcdir)/clutter
INCLUDES = -I$(top_srcdir)/
test_SOURCES = test.c
test_CFLAGS = $(CLUTTER_CFLAGS) $(GST_CFLAGS) $(GCONF_CFLAGS)