|
Last change
on this file since 1360 was 1256, checked in by Bruno Cornec, 19 years ago |
|
Begining of work on conf file introduction in mondo
- create a new struct mr_ar_conf to store conf info
- adds a static mr_ar_store_conf function to store conf file info in that struc
- mondo.conf is now the .dist version
- md5 not done yet
Not tested may not work at all nor compile
|
-
Property svn:keywords
set to
Id
|
|
File size:
482 bytes
|
| Line | |
|---|
| 1 | ##
|
|---|
| 2 | ## $Id: Makefile.am 1256 2007-03-21 11:48:32Z 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 -I${top_builddir}/src/mondoarchive
|
|---|
| 7 |
|
|---|
| 8 | ## Headers
|
|---|
| 9 | noinst_HEADERS = mondo-cli-EXT.h mondo-cli.h mondoarchive.h
|
|---|
| 10 |
|
|---|
| 11 | ## The program
|
|---|
| 12 | sbin_PROGRAMS = mondoarchive
|
|---|
| 13 | mondoarchive_SOURCES = mondoarchive.c mondo-cli.c
|
|---|
| 14 | mondoarchive_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.