OSDN Git Service

LinGui: add update checking. shows a dialog similar to the macui when
[handbrake-jp/handbrake-jp-git.git] / gtk / src / Makefile.am
index 0886e66..4cae9d3 100644 (file)
@@ -73,7 +73,7 @@ AM_CFLAGS =\
         -g
 
 bin_PROGRAMS = ghb 
-noinst_PROGRAMS = makewidgetdeps quotestring create_resources
+noinst_PROGRAMS = makewidgetdeps quotestring create_resources preset_xlat
 
 BUILT_SOURCES = HandBrakeCLI
 
@@ -86,6 +86,12 @@ nodist_EXTRA_ghb_SOURCES = dummy.cpp
 ghb_SOURCES = \
        callbacks.c \
        callbacks.h \
+       queuehandler.c \
+       queuehandler.h \
+       audiohandler.c \
+       audiohandler.h \
+       x264handler.c \
+       x264handler.h \
        main.c \
        settings.c \
        settings.h \
@@ -99,6 +105,8 @@ ghb_SOURCES = \
        icon_tools.h \
        values.c \
        values.h \
+       appcast.c \
+       appcast.h \
        plist.c \
        plist.h \
        hb-backend.c \
@@ -139,8 +147,19 @@ create_resources_SOURCES = \
 
 create_resources_LDADD = $(GHBTOOLS_LIBS)
 
+preset_xlat_SOURCES = \
+       preset_xlat.c \
+       plist.c \
+       plist.h \
+       values.c \
+       values.h
+
+preset_xlat_LDADD = $(GHBTOOLS_LIBS)
+
 quotestring_SOURCES = quotestring.c
 
+dumbell: preset_xlat
+
 resources.c: resource_data.h
 
 resource_data.h: quotestring resources.plist