From: Richard Boulton Date: Tue, 29 May 2001 12:43:21 +0000 (+0000) Subject: Update Makefile.am.future - a replacement for Makefile.am which uses features present... X-Git-Tag: BRANCH-GOBJECT1-ROOT~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58975a15a1ef640d039ab15a12fd433b3131a689;p=platform%2Fupstream%2Fgstreamer.git Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake ... Original commit message from CVS: Update Makefile.am.future - a replacement for Makefile.am which uses features present in recent versions of automake (>1.4d) to avoid horrendous hackery. --- diff --git a/gst/Makefile.am.future b/gst/Makefile.am.future index c31bf57..6271bb0 100644 --- a/gst/Makefile.am.future +++ b/gst/Makefile.am.future @@ -16,8 +16,8 @@ endif EXTRA_libgst_la_SOURCES = gstcpuid_i386.s -libcothreads_la_CFLAGS = $(CFLAGS) $(LIBGST_CFLAGS) -O2 -libgst_la_CFLAGS = $(CFLAGS) $(LIBGST_CFLAGS) +libcothreads_la_CFLAGS = $(CFLAGS) $(LIBGST_CFLAGS) -O2 -D_GNU_SOURCE +libgst_la_CFLAGS = $(CFLAGS) $(LIBGST_CFLAGS) -D_GNU_SOURCE CFLAGS = libcothreads_la_SOURCES = cothreads.c @@ -55,6 +55,7 @@ libgstincludedir = $(includedir)/gst libgstinclude_HEADERS = \ cothreads.h \ gst.h \ + gsttypes.h \ gstautoplug.h \ gstbin.h \ gstbuffer.h \