File: Makefile.am

package info (click to toggle)
libfm 0.1.17-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,068 kB
  • sloc: ansic: 29,193; sh: 11,008; makefile: 491; xml: 113; python: 34
file content (19 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include $(top_srcdir)/Makefile.decl

NULL=

SUBDIRS=src po data docs

EXTRA_DIST += \
	libfm.pc.in \
	libfm-gtk.pc.in \
	po/libfm.pot \
	$(NULL)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
	libfm.pc \
	libfm-gtk.pc \
	$(NULL)

DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc