From: Ben Hutchings Date: Sat, 25 Feb 2006 10:00:45 +0000 (+0000) Subject: Separated out dvd_contents and generate_dvd. X-Git-Tag: 0.7~20 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=d8d5c01a14ab3808a9c823996eb1b72d5c624807;p=videolink.git Separated out dvd_contents and generate_dvd. --- diff --git a/Makefile b/Makefile index caffd0f..37018f6 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ else endif cxxsources := \ - auto_proc.cpp browser_widget.cpp child_iterator.cpp \ + auto_proc.cpp browser_widget.cpp child_iterator.cpp generate_dvd.cpp \ link_iterator.cpp pixbufs.cpp style_sheets.cpp temp_file.cpp video.cpp \ webdvd.cpp x_frame_buffer.cpp xpcom_support.cpp csources := jquant2.c @@ -60,7 +60,7 @@ webdvd.% \ -DMOZ_VERSION_MINOR=$(moz_version_minor) \ -DMOZ_VERSION_PATCHLEVEL=$(moz_version_patchlevel) -browser_widget.% pixbufs.% temp_file.% webdvd.% \ +browser_widget.% generate_dvd.% pixbufs.% temp_file.% webdvd.% \ : CPPFLAGS += $(shell pkg-config --cflags gtkmm-2.0) browser_widget.% child_iterator.o link_iterator.% style_sheets.% webdvd.% \