Last change
on this file since 1535 was 1352, checked in by Bruno Cornec, 18 years ago |
Makefile added for distributions/conf and handling of mondorestore.h
|
-
Property svn:keywords
set to
Id
|
File size:
755 bytes
|
Line | |
---|
1 | ##
|
---|
2 | ## $Id: Makefile.am 1352 2007-04-25 20:23:14Z bruno $
|
---|
3 | ##
|
---|
4 | ## Process with Automake to generate Makefile.in
|
---|
5 | ##
|
---|
6 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include -I${top_builddir}/src/common
|
---|
7 |
|
---|
8 | ## Headers
|
---|
9 | noinst_HEADERS = mondo-restore.h mondo-rstr-compare.h mondo-rstr-newt.h mondo-rstr-tools.h \
|
---|
10 | mondo-restore-EXT.h mr-externs.h \
|
---|
11 | mondo-rstr-compare-EXT.h mondo-rstr-tools-EXT.h mondoprep.h
|
---|
12 | mondorestore.h
|
---|
13 |
|
---|
14 | ## The program
|
---|
15 | sbin_PROGRAMS = mondorestore
|
---|
16 | mondorestore_SOURCES = mondo-prep.c mondorestore.c mondo-rstr-newt.c \
|
---|
17 | mondo-rstr-compare.c mondo-rstr-tools.c
|
---|
18 | mondorestore_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a @MONDORESTORE_STATIC@
|
---|
Note:
See
TracBrowser
for help on using the repository browser.