|
Last change
on this file since 913 was 900, checked in by Bruno Cornec, 19 years ago |
|
Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.
|
-
Property svn:keywords
set to
Id
|
|
File size:
392 bytes
|
| Line | |
|---|
| 1 | ## $Id: Makefile.am 900 2006-10-24 06:49:18Z bruno $
|
|---|
| 2 | ##
|
|---|
| 3 | ## Process with Automake to generate Makefile.in
|
|---|
| 4 | ##
|
|---|
| 5 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
|
|---|
| 6 |
|
|---|
| 7 | ## Headers
|
|---|
| 8 | noinst_HEADERS = mondo-cli-EXT.h mondo-cli.h
|
|---|
| 9 |
|
|---|
| 10 | ## The program
|
|---|
| 11 | sbin_PROGRAMS = mondoarchive
|
|---|
| 12 | mondoarchive_SOURCES = main.c mondo-cli.c
|
|---|
| 13 | mondoarchive_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.