X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=clients%2Fgtk2%2FMakefile.am;h=3aaabce89766fa521a6b4a6054f0d293d45e248a;hb=e8fe0ad5ef548071e34697960c43fa3fff127a91;hp=6d50e01ac08bffc3f993be860bf636654537d035;hpb=89d3e6ceac68c09d101b1679a05f4169d3cffaa6;p=doldaconnect.git diff --git a/clients/gtk2/Makefile.am b/clients/gtk2/Makefile.am index 6d50e01..3aaabce 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 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