temporary fix for this problem

Original commit message from CVS:
temporary fix for this problem
This commit is contained in:
Andy Wingo 2002-01-05 21:05:02 +00:00
parent c869d105bf
commit d370f84e03

View 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