OSDN Git Service

import source-tree based svn r84.
[bluegriffon/BlueGriffon.git] / src / Makefile.in
1 # ***** BEGIN LICENSE BLOCK *****
2 #
3 # FloatingProperties for Nvu.
4 #
5 # (c) Copyright Disruptive Innovations SARL 2005
6 # All Rights Reserved.
7 #
8 # ***** END LICENSE BLOCK *****
9
10
11 DEPTH   = ../..
12 topsrcdir = @top_srcdir@
13 srcdir    = @srcdir@
14 VPATH   = @srcdir@
15
16 include $(DEPTH)/config/autoconf.mk
17
18 XPIDL_MODULE = dibgutils
19
20 XPIDLSRCS   = diITextNodeChangedTxn.idl \
21               diIAttrChangedTxn.idl \
22               diIAttrNameChangedTxn.idl \
23               $(NULL)
24
25 include $(topsrcdir)/config/rules.mk