X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2FMakefile.am;h=bd8d0a47174d184eeed5313dad009fb3fd5174d3;hb=118cba31bd1e8d2b72c68d05edeccfbc1faef37d;hp=b79d52461d00176da2ec1a8e0bd9030d4b9e1f94;hpb=b2ab37962f7c709332c19418b421df0a0d974a26;p=doldaconnect.git diff --git a/clients/gtk2/Makefile.am b/clients/gtk2/Makefile.am index b79d524..bd8d0a4 100644 --- a/clients/gtk2/Makefile.am +++ b/clients/gtk2/Makefile.am @@ -3,13 +3,18 @@ bin_PROGRAMS=dolcon app_DATA=dolcon.desktop endif -dolcon_SOURCES= main.c \ +dolcon_SOURCES= dolcon.c \ + dolcon.h \ + hublist.c \ + hublist.h \ + hublist-xml.c \ + hublist-old.c \ progressbar.c \ progressbar.h EXTRA_DIST=mainwnd.desc inpdialog.desc pref.desc reslist.desc dolcon.desktop -BUILT_SOURCES=mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk +BUILT_SOURCES= mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk main.c: mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk @@ -20,7 +25,10 @@ dolcon_CPPFLAGS=@GTK2_CFLAGS@ @LIBXML_CFLAGS@ \ -DLOCALEDIR=\"$(localedir)\" .desc.gtk: $(top_srcdir)/common/makegdesc - cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< | $(top_srcdir)/common/makegdesc >$@ + target="$@"; \ + basename="$${target%.gtk}"; \ + cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< \ + | $(top_srcdir)/common/makegdesc -h "$${basename}.gtkh" >$@ mainwnd.desc: ../../config.h