From 230b271de86568e7f3db6e7f6500312580c5a744 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Fri, 26 Sep 2008 15:31:56 +0000 Subject: LinGui: callbacks.c is getting too big. Separate out queue handling into new source file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1771 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/src/Makefile.am') diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 0886e666c..088a3b5d2 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -86,6 +86,8 @@ nodist_EXTRA_ghb_SOURCES = dummy.cpp ghb_SOURCES = \ callbacks.c \ callbacks.h \ + queuehandler.c \ + queuehandler.h \ main.c \ settings.c \ settings.h \ -- cgit v1.2.3