From d8d5c01a14ab3808a9c823996eb1b72d5c624807 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 25 Feb 2006 10:00:45 +0000 Subject: [PATCH] Separated out dvd_contents and generate_dvd. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.% \ -- 2.39.2