source: trunk/ORBit2-2.14.0/Makefile.am@ 265

Last change on this file since 265 was 92, checked in by cinc, 19 years ago

Orbit2 modified for use with NOM

File size: 494 bytes
Line 
1AUTOMAKE_OPTIONS = 1.3
2
3DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
4
5SUBDIRS=linc2 src include test docs
6
7bin_SCRIPTS=orbit2-config
8
9EXTRA_DIST = \
10 ORBit2.m4 \
11 ORBit.spec \
12 orbit2-zip.in \
13 HACKING \
14 MAINTAINERS \
15 README.win32 \
16 Makefile.shared
17
18rpms: distcheck
19 rpm -ta $(top_builddir)/@PACKAGE@-@VERSION@.tar.gz
20
21m4datadir=$(datadir)/aclocal
22m4data_DATA=ORBit2.m4
23
24pkgconfigdir = $(libdir)/pkgconfig
25pkgconfig_DATA = \
26 ORBit-2.0.pc \
27 ORBit-CosNaming-2.0.pc \
28 ORBit-imodule-2.0.pc
Note: See TracBrowser for help on using the repository browser.