comparison mcabber/src/Makefile.am @ 777:e6d42f239541

"/version" shows Mercurial changeset (if there's one)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 26 Mar 2006 23:30:21 +0200
parents 413e95f3051a
children d3af6877a7df
comparison
equal deleted inserted replaced
776:df60fe695dc0 777:e6d42f239541
9 LDADD = $(GLIB_LIBS) -lncurses -lpanel \ 9 LDADD = $(GLIB_LIBS) -lncurses -lpanel \
10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a 10 ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
11 11
12 INCLUDES = $(GLIB_CFLAGS) 12 INCLUDES = $(GLIB_CFLAGS)
13 13
14 BUILT_SOURCES = hgcset.h
15 CLEANFILES = hgcset.h
16
17 #mcabber_DEPENDENCIES = hgcset.h \
18 # ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
19
20 hgcset.h:
21 ../hgcset.sh
22
14 #SUBDIRS = 23 #SUBDIRS =
15 24
25 .PHONY: hgcset.h