File: Makefile.am

package info (click to toggle)
libgsf 1.14.53-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,548 kB
  • sloc: ansic: 20,417; sh: 5,043; perl: 495; makefile: 326; xml: 183; python: 39; sed: 16
file content (21 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libgsf-1.pc

if WITH_WIN32
  pkgconfig_DATA += libgsf-win32-1.pc
endif

SUBDIRS = po gsf gsf-win32 doc tools tests thumbnailer python

EXTRA_DIST = BUGS HACKING	\
	libgsf-1.spec		\
	dumpdef.pl

DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc \
	--enable-schemas-install \
	--enable-introspection=auto \
	--with-gir-dir=\$${datadir}/gir-1.0 \
	--with-typelib-dir=\$${libdir}/girepository-1.0