From: fredrik Date: Sun, 25 Dec 2005 18:00:50 +0000 (+0000) Subject: Added resumable files list. X-Git-Tag: 0.1~58 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=fc10781819cf46bef6842c49b985d5a015720bb3 Added resumable files list. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@541 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/clients/gtk2/Makefile.am b/clients/gtk2/Makefile.am index 6afbb6f..affec2a 100644 --- a/clients/gtk2/Makefile.am +++ b/clients/gtk2/Makefile.am @@ -4,11 +4,11 @@ dolcon_SOURCES= main.c \ progressbar.c \ progressbar.h -EXTRA_DIST=mainwnd.desc inpdialog.desc pref.desc makegdesc +EXTRA_DIST=mainwnd.desc inpdialog.desc pref.desc reslist.desc makegdesc -BUILT_SOURCES=mainwnd.gtk inpdialog.gtk pref.gtk +BUILT_SOURCES=mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk -main.c: mainwnd.gtk inpdialog.gtk +main.c: mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk localedir=$(datadir)/locale dolcon_LDFLAGS=$(shell pkg-config --libs gtk+-2.0)