diff options
author | jstebbins <[email protected]> | 2008-09-26 15:31:56 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-26 15:31:56 +0000 |
commit | 230b271de86568e7f3db6e7f6500312580c5a744 (patch) | |
tree | 6cb3961d8bb62fccb220dcdb96c77ca2c04ea7be /gtk/src/Makefile.am | |
parent | ab6b1eefb391bcdd49a10add91259168d562acef (diff) |
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
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |