Use the HTTP library to fetch hublists.
[doldaconnect.git] / clients / gtk2 / Makefile.am
... / ...
CommitLineData
1if CLI_GTK2
2bin_PROGRAMS=dolcon
3app_DATA=dolcon.desktop
4endif
5
6dolcon_SOURCES= dolcon.c \
7 dolcon.h \
8 hublist.c \
9 hublist.h \
10 hublist-xml.c \
11 hublist-old.c \
12 progressbar.c \
13 progressbar.h
14
15EXTRA_DIST=mainwnd.desc inpdialog.desc pref.desc reslist.desc dolcon.desktop
16
17BUILT_SOURCES= mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk
18
19main.c: mainwnd.gtk inpdialog.gtk pref.gtk reslist.gtk
20
21localedir=$(datadir)/locale
22dolcon_LDFLAGS= @GTK2_LIBS@ @LIBXML_LIBS@
23dolcon_LDADD=$(top_srcdir)/lib/libdcui.la $(top_srcdir)/common/libhttp.a
24dolcon_CPPFLAGS=@GTK2_CFLAGS@ @LIBXML_CFLAGS@ \
25 -DLOCALEDIR=\"$(localedir)\"
26
27.desc.gtk: $(top_srcdir)/common/makegdesc
28 target="$@"; \
29 basename="$${target%.gtk}"; \
30 cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< \
31 | $(top_srcdir)/common/makegdesc -h "$${basename}.gtkh" >$@
32
33mainwnd.desc: ../../config.h
34
35appdir=$(datadir)/applications