diff options
author | jstebbins <[email protected]> | 2008-11-09 19:12:00 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-11-09 19:12:00 +0000 |
commit | ad1d412f8e4cddd7685aa6421fb78fd2b08973ff (patch) | |
tree | cb2e9f46635808123b7fb56bd102ad8727e75c3f /gtk/src/Makefile.am | |
parent | c512791d812b8b559287b54f6a735fde25bdfa7f (diff) |
LinGui: add update checking. shows a dialog similar to the macui when
an update is available, but without the "install" option.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1910 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 41881d090..4cae9d35f 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -105,6 +105,8 @@ ghb_SOURCES = \ icon_tools.h \ values.c \ values.h \ + appcast.c \ + appcast.h \ plist.c \ plist.h \ hb-backend.c \ |