Last change
on this file since 1151 was 1054, checked in by Bruno Cornec, 18 years ago |
- Backporting more trunk content into stable
- Adding the test and lib directories
- Preparing for l10n
|
-
Property svn:keywords
set to
Id
|
File size:
395 bytes
|
Line | |
---|
1 | ##
|
---|
2 | ## $Id: Makefile.am 1054 2007-01-16 01:50:12Z bruno $
|
---|
3 | ##
|
---|
4 | ## Process with Automake to generate Makefile.in
|
---|
5 | ##
|
---|
6 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
|
---|
7 |
|
---|
8 | ## Headers
|
---|
9 | noinst_HEADERS = mondo-cli-EXT.h mondo-cli.h
|
---|
10 |
|
---|
11 | ## The program
|
---|
12 | sbin_PROGRAMS = mondoarchive
|
---|
13 | mondoarchive_SOURCES = main.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.