temporary fix for this problem
authorAndy Wingo <wingo@pobox.com>
Sat, 5 Jan 2002 21:05:02 +0000 (21:05 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 5 Jan 2002 21:05:02 +0000 (21:05 +0000)
Original commit message from CVS:
temporary fix for this problem

ext/dvdread/Makefile.am

index ff35e38..c6d99b7 100644 (file)
@@ -11,12 +11,14 @@ libdvdsrc_la_CFLAGS = $(GST_CFLAGS)
 
 noinst_HEADERS = dvdsrc.h
 
-if HAVE_GTK
-noinst_PROGRAMS = demo-play
-endif
+# fix this
 
-demo_play_SOURCES = demo-play.c
-demo_play_CFLAGS  = $(GST_CFLAGS) $(GTK_CFLAGS)
-demo_play_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
+#noinst_PROGRAMS = demo-play
+#
+#demo_play_SOURCES = demo-play.c
+#demo_play_CFLAGS  = $(GST_CFLAGS) $(GNOME_CFLAGS)
+#demo_play_LDFLAGS = $(GST_LIBS) $(GNOME_LIBS)
 
-EXTRA_DIST = README
+#EXTRA_DIST = README
+
+EXTRA_DIST = demo-play.c README
\ No newline at end of file