]> andersk Git - moira.git/blob - util/gdss/Imakefile
update for dirremote->dirmailhide
[moira.git] / util / gdss / Imakefile
1 /* $Header$ */
2
3 #define have_subdirs
4 SUBDIRS = lib
5
6 all::
7
8 gdss_test: lib/libgdss.a
9         $(CC) $(CFLAGS) -I./include -o $@ $@.c lib/libgdss.a $(LLIB) -lkrb -ldes -lhesiod $(OSLIBS)
10
11 clean::
12         rm -f gdss_test
13
This page took 0.036862 seconds and 5 git commands to generate.