2005-09-04 11:50:47 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
2005-08-30 17:32:12 +00:00
|
|
|
if USE_GCONFTOOL
|
|
|
|
GCONF_DIR = gconf
|
|
|
|
else
|
2005-05-19 09:51:03 +00:00
|
|
|
GCONF_DIR =
|
2005-08-30 17:32:12 +00:00
|
|
|
endif
|
2002-12-05 00:25:13 +00:00
|
|
|
|
2005-09-01 20:23:22 +00:00
|
|
|
ALWAYS_SUBDIRS = \
|
|
|
|
gst sys ext \
|
|
|
|
check docs \
|
|
|
|
po \
|
|
|
|
m4 common
|
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
SUBDIRS = \
|
2005-09-01 20:23:22 +00:00
|
|
|
$(ALWAYS_SUBDIRS) \
|
|
|
|
$(GCONF_DIR)
|
2003-04-07 21:34:28 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DIST_SUBDIRS = \
|
2005-09-01 20:23:22 +00:00
|
|
|
$(ALWAYS_SUBDIRS) \
|
|
|
|
gconf
|
2004-12-24 13:09:48 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
EXTRA_DIST = \
|
2005-08-30 17:32:12 +00:00
|
|
|
gst-plugins-good.spec depcomp \
|
|
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
2004-12-24 11:01:24 +00:00
|
|
|
ChangeLog autogen.sh
|
2002-08-09 20:56:56 +00:00
|
|
|
|
2004-12-24 11:01:24 +00:00
|
|
|
DISTCLEANFILES = _stdint.h
|
2004-02-03 02:40:15 +00:00
|
|
|
|
2005-08-30 19:41:12 +00:00
|
|
|
noinst_HEADERS = \
|
|
|
|
gst-libs/gst/gettext.h \
|
|
|
|
gst-libs/gst/gst-i18n-plugin.h
|
|
|
|
|
2005-09-01 20:23:22 +00:00
|
|
|
include $(top_srcdir)/common/release.mak
|
2005-05-05 09:10:38 +00:00
|
|
|
# include $(top_srcdir)/common/po.mak
|