|
Last change
on this file since 2773 was 2211, checked in by Bruno Cornec, 17 years ago |
r3089@localhost: bruno | 2009-05-18 06:41:05 +0200
- move call to asprintf to call to mr_asprintf (suppress a compiler warning)
- remove all the most obvious bad call to strcat and replace by mr_strcat as appropriate
|
-
Property svn:keywords
set to
Id
|
|
File size:
403 bytes
|
| Line | |
|---|
| 1 | ##
|
|---|
| 2 | ## Process with Automake to generate Makefile.in
|
|---|
| 3 | ##
|
|---|
| 4 |
|
|---|
| 5 | AM_CPPFLAGS = -DMONDO_CONF_DIR=\"$(sysconfdir)/mondo\" -I${top_builddir}/src/include -I${top_builddir}/src/common
|
|---|
| 6 |
|
|---|
| 7 | ## Headers
|
|---|
| 8 | noinst_HEADERS = mondoarchive.h
|
|---|
| 9 |
|
|---|
| 10 | ## The program
|
|---|
| 11 | sbin_PROGRAMS = mondoarchive
|
|---|
| 12 | mondoarchive_SOURCES = mondoarchive.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.