X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2FMakefile.am;fp=clients%2Fgtk2%2FMakefile.am;h=733873a1232e0f3986d3fac6ee1bc435e59f5ea6;hb=e35e7757af650b09aa4364a9ce0444c5dbde8dee;hp=6d50e01ac08bffc3f993be860bf636654537d035;hpb=932e94ad10f3449f36b3ca92025c8e8c8ab59aa9;p=doldaconnect.git diff --git a/clients/gtk2/Makefile.am b/clients/gtk2/Makefile.am index 6d50e01..733873a 100644 --- a/clients/gtk2/Makefile.am +++ b/clients/gtk2/Makefile.am @@ -4,7 +4,7 @@ dolcon_SOURCES= main.c \ progressbar.c \ progressbar.h -EXTRA_DIST=mainwnd.desc inpdialog.desc pref.desc reslist.desc makegdesc +EXTRA_DIST=mainwnd.desc inpdialog.desc pref.desc reslist.desc $(top_srcdir)/common/makegdesc BUILT_SOURCES=mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk @@ -18,7 +18,7 @@ dolcon_CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0) \ $(shell pkg-config --cflags libxml-2.0) \ -DLOCALEDIR=\"$(localedir)\" -%.gtk: %.desc makegdesc - cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< | ./makegdesc >$@ +%.gtk: %.desc $(top_srcdir)/common/makegdesc + cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< | $(top_srcdir)/common/makegdesc >$@ mainwnd.desc: ../../config.h