Last change
on this file since 848 was 826, checked in by Bruno Cornec, 19 years ago |
libs and inculdes are now under src
|
-
Property svn:keywords
set to
Id
|
File size:
384 bytes
|
Line | |
---|
1 | ##
|
---|
2 | ## Process with Automake to generate Makefile.in
|
---|
3 | ##
|
---|
4 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)\" -I${top_builddir}/src/include
|
---|
5 |
|
---|
6 | ## Headers
|
---|
7 | noinst_HEADERS = mondo-cli-EXT.h mondo-cli.h
|
---|
8 |
|
---|
9 | ## The program
|
---|
10 | sbin_PROGRAMS = mondoarchive
|
---|
11 | mondoarchive_SOURCES = main.c mondo-cli.c
|
---|
12 | mondoarchive_LDADD = ${top_builddir}/src/common/libmondo.a ${top_builddir}/src/lib/libmr.a
|
---|
Note:
See
TracBrowser
for help on using the repository browser.