File: Makefile.am

package info (click to toggle)
gmime 3.2.13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,208 kB
  • sloc: ansic: 46,569; makefile: 574; sh: 300; python: 8; perl: 6
file content (20 lines) | stat: -rw-r--r-- 343 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
## Process this file with automake to produce Makefile.in

SUBDIRS = .

noinst_LTLIBRARIES = libutil.la

AM_CPPFLAGS = -I$(top_srcdir) 		\
	$(VERSION_FLAGS) 		\
	-DG_LOG_DOMAIN=\"util\"		\
	$(GMIME_CFLAGS)			\
	$(GLIB_CFLAGS)

libutil_la_SOURCES =			\
	gtrie.c				\
	gtrie.h				\
	packed.c			\
	packed.h			\
	url-scanner.c			\
	url-scanner.h