]> git.decadent.org.uk Git - videolink.git/commitdiff
Separated out dvd_contents and generate_dvd.
authorBen Hutchings <ben@decadent.org.uk>
Sat, 25 Feb 2006 10:00:45 +0000 (10:00 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:39:57 +0000 (23:39 +0000)
Makefile

index caffd0fc5c9a0151a962a09b6ca922b4138d48a1..37018f641da2d640133a716d377b7d51d1ceb3a9 100644 (file)
--- 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.% \