File: Makefile.am

package info (click to toggle)
dump 0.4b52-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,076 kB
  • sloc: ansic: 15,394; sh: 5,006; cpp: 3,268; makefile: 183
file content (25 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AM_CPPFLAGS = -I$(top_srcdir)/compat/include

noinst_LTLIBRARIES = libcompat.la

libcompat_la_SOURCES = \
	bylabel.c \
	compaterr.c \
	compatglob.c \
	dumprestore.c \
	rmtflags.c \
	system.c
libcompat_la_LIBADD = \
	$(BLKID_LIBS)

# List headers for `make dist` to pull in.
libcompat_la_SOURCES += \
	../include/bsdcompat.h \
	../include/bylabel.h \
	../include/compaterr.h \
	../include/compatglob.h \
	../include/darwin.h \
	../include/pathnames.h \
	../include/rmtflags.h \
	../include/system.h \
	../include/protocols/dumprestore.h